VLC 4.0.0-dev
vlc_decoder.h File Reference
Include dependency graph for vlc_decoder.h:

Go to the source code of this file.

typedef struct vlc_input_decoder_t vlc_input_decoder_t
 
typedef struct input_resource_t input_resource_t
 This defines an opaque input resource handler. More...
 
vlc_input_decoder_tvlc_input_decoder_Create (vlc_object_t *, const es_format_t *, struct vlc_clock_t *, input_resource_t *)
 Spawn a decoder thread outside of the input thread. More...
 
void vlc_input_decoder_Delete (vlc_input_decoder_t *decoder)
 Delete an existing vlc_input_decoder_t instance. More...
 
void vlc_input_decoder_Decode (vlc_input_decoder_t *, block_t *, bool b_do_pace)
 Put a vlc_frame_t in the decoder's fifo. More...
 
void vlc_input_decoder_Drain (vlc_input_decoder_t *)
 Signals that there are no further frames to decode, and requests that the decoder drain all pending buffers. More...
 
void vlc_input_decoder_Flush (vlc_input_decoder_t *)
 Requests that the decoder immediately discard all pending buffers. More...
 
int vlc_input_decoder_SetSpuHighlight (vlc_input_decoder_t *, const vlc_spu_highlight_t *)
 
void vlc_input_decoder_ChangeDelay (vlc_input_decoder_t *, vlc_tick_t i_delay)
 
input_resource_tinput_resource_New (vlc_object_t *)
 It creates an empty input resource handler. More...
 
void input_resource_Release (input_resource_t *)
 It releases an input resource. More...