BufferSinkContext Struct Reference

Data Fields

AVFifoBufferfifo
 FIFO buffer of video frame references.
enum PixelFormatpixel_fmts
 list of accepted pixel formats, must be terminated with -1
enum AVSampleFormatsample_fmts
 list of accepted sample formats, terminated by AV_SAMPLE_FMT_NONE
int64_t * channel_layouts
 list of accepted channel layouts, terminated by -1
int * packing_fmts
 list of accepted packing formats, terminated by -1

Detailed Description

Definition at line 58 of file sink_buffer.c.


Field Documentation

list of accepted channel layouts, terminated by -1

Definition at line 66 of file sink_buffer.c.

Referenced by asink_init(), asink_query_formats(), and asink_uninit().

FIFO buffer of video frame references.

Definition at line 59 of file sink_buffer.c.

Referenced by av_buffersink_get_buffer_ref(), av_buffersink_poll_frame(), common_init(), common_uninit(), and end_frame().

list of accepted packing formats, terminated by -1

Definition at line 67 of file sink_buffer.c.

Referenced by asink_init(), asink_query_formats(), and asink_uninit().

list of accepted pixel formats, must be terminated with -1

Definition at line 62 of file sink_buffer.c.

Referenced by vsink_init(), vsink_query_formats(), and vsink_uninit().

list of accepted sample formats, terminated by AV_SAMPLE_FMT_NONE

Definition at line 65 of file sink_buffer.c.

Referenced by asink_init(), asink_query_formats(), and asink_uninit().


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