FFmpeg
Data Fields
BufferSinkContext Struct Reference

Data Fields

const AVClassclass
 
unsigned warning_limit
 
enum AVPixelFormatpixel_fmts
 list of accepted pixel formats More...
 
int pixel_fmts_size
 
enum AVColorSpacecolor_spaces
 list of accepted color spaces More...
 
int color_spaces_size
 
enum AVColorRangecolor_ranges
 list of accepted color ranges More...
 
int color_ranges_size
 
enum AVSampleFormatsample_fmts
 list of accepted sample formats More...
 
int sample_fmts_size
 
char * channel_layouts_str
 list of accepted channel layouts More...
 
int all_channel_counts
 
intsample_rates
 list of accepted sample rates More...
 
int sample_rates_size
 
AVFramepeeked_frame
 

Detailed Description

Definition at line 43 of file buffersink.c.

Field Documentation

◆ class

const AVClass* BufferSinkContext::class

Definition at line 44 of file buffersink.c.

◆ warning_limit

unsigned BufferSinkContext::warning_limit

Definition at line 45 of file buffersink.c.

Referenced by activate(), and common_init().

◆ pixel_fmts

enum AVPixelFormat* BufferSinkContext::pixel_fmts

list of accepted pixel formats

Definition at line 48 of file buffersink.c.

Referenced by vsink_query_formats().

◆ pixel_fmts_size

int BufferSinkContext::pixel_fmts_size

Definition at line 49 of file buffersink.c.

Referenced by vsink_query_formats().

◆ color_spaces

enum AVColorSpace* BufferSinkContext::color_spaces

list of accepted color spaces

Definition at line 50 of file buffersink.c.

Referenced by vsink_query_formats().

◆ color_spaces_size

int BufferSinkContext::color_spaces_size

Definition at line 51 of file buffersink.c.

Referenced by vsink_query_formats().

◆ color_ranges

enum AVColorRange* BufferSinkContext::color_ranges

list of accepted color ranges

Definition at line 52 of file buffersink.c.

Referenced by vsink_query_formats().

◆ color_ranges_size

int BufferSinkContext::color_ranges_size

Definition at line 53 of file buffersink.c.

Referenced by vsink_query_formats().

◆ sample_fmts

enum AVSampleFormat* BufferSinkContext::sample_fmts

list of accepted sample formats

Definition at line 56 of file buffersink.c.

Referenced by asink_query_formats().

◆ sample_fmts_size

int BufferSinkContext::sample_fmts_size

Definition at line 57 of file buffersink.c.

Referenced by asink_query_formats().

◆ channel_layouts_str

char* BufferSinkContext::channel_layouts_str

list of accepted channel layouts

Definition at line 58 of file buffersink.c.

Referenced by asink_query_formats().

◆ all_channel_counts

int BufferSinkContext::all_channel_counts

Definition at line 59 of file buffersink.c.

Referenced by asink_query_formats().

◆ sample_rates

int* BufferSinkContext::sample_rates

list of accepted sample rates

Definition at line 60 of file buffersink.c.

Referenced by asink_query_formats().

◆ sample_rates_size

int BufferSinkContext::sample_rates_size

Definition at line 61 of file buffersink.c.

Referenced by asink_query_formats().

◆ peeked_frame

AVFrame* BufferSinkContext::peeked_frame

Definition at line 63 of file buffersink.c.

Referenced by get_frame_internal(), return_or_keep_frame(), and uninit().


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