xine-lib 1.2.13-20230125hg15249
Data Fields
video_decoder_s Struct Reference

#include <video_decoder.h>

Data Fields

void(* decode_data )(video_decoder_t *this_gen, buf_element_t *buf)
 
void(* reset )(video_decoder_t *this_gen)
 
void(* discontinuity )(video_decoder_t *this_gen)
 
void(* flush )(video_decoder_t *this_gen)
 
void(* dispose )(video_decoder_t *this_gen)
 
struct plugin_node_s *node XINE_PRIVATE_FIELD
 Pointer to the loaded plugin node.
 

Field Documentation

◆ decode_data

void(* video_decoder_s::decode_data) (video_decoder_t *this_gen, buf_element_t *buf)

Referenced by video_decoder_loop().

◆ discontinuity

void(* video_decoder_s::discontinuity) (video_decoder_t *this_gen)

Referenced by video_decoder_loop().

◆ dispose

void(* video_decoder_s::dispose) (video_decoder_t *this_gen)

◆ flush

void(* video_decoder_s::flush) (video_decoder_t *this_gen)

Referenced by video_decoder_loop().

◆ reset

void(* video_decoder_s::reset) (video_decoder_t *this_gen)

Referenced by video_decoder_loop().

◆ XINE_PRIVATE_FIELD

struct plugin_node_s* node video_decoder_s::XINE_PRIVATE_FIELD

Pointer to the loaded plugin node.

Used by the plugins loader. It's an opaque type when using the structure outside of xine's build.


The documentation for this struct was generated from the following file: