|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| unsigned | warning_limit |
| enum AVPixelFormat * | pixel_fmts |
| list of accepted pixel formats More... | |
| int | pixel_fmts_size |
| enum AVSampleFormat * | sample_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 |
| int * | sample_rates |
| list of accepted sample rates More... | |
| int | sample_rates_size |
| AVFrame * | peeked_frame |
Definition at line 44 of file buffersink.c.
| const AVClass* BufferSinkContext::class |
Definition at line 45 of file buffersink.c.
| unsigned BufferSinkContext::warning_limit |
Definition at line 46 of file buffersink.c.
Referenced by activate(), and common_init().
| enum AVPixelFormat* BufferSinkContext::pixel_fmts |
list of accepted pixel formats
Definition at line 49 of file buffersink.c.
Referenced by vsink_query_formats().
| int BufferSinkContext::pixel_fmts_size |
Definition at line 50 of file buffersink.c.
Referenced by vsink_query_formats().
| enum AVSampleFormat* BufferSinkContext::sample_fmts |
list of accepted sample formats
Definition at line 53 of file buffersink.c.
Referenced by asink_query_formats().
| int BufferSinkContext::sample_fmts_size |
Definition at line 54 of file buffersink.c.
Referenced by asink_query_formats().
| char* BufferSinkContext::channel_layouts_str |
list of accepted channel layouts
Definition at line 61 of file buffersink.c.
Referenced by asink_query_formats().
| int BufferSinkContext::all_channel_counts |
Definition at line 62 of file buffersink.c.
Referenced by asink_query_formats().
| int* BufferSinkContext::sample_rates |
list of accepted sample rates
Definition at line 63 of file buffersink.c.
Referenced by asink_query_formats().
| int BufferSinkContext::sample_rates_size |
Definition at line 64 of file buffersink.c.
Referenced by asink_query_formats().
| AVFrame* BufferSinkContext::peeked_frame |
Definition at line 66 of file buffersink.c.
Referenced by get_frame_internal(), and return_or_keep_frame().
1.8.17