|
FFmpeg
|
Get the properties of the stream. More...
Get the properties of the stream.
| enum AVMediaType av_buffersink_get_type | ( | const AVFilterContext * | ctx | ) |
Referenced by lavfi_read_header(), and main().
| AVRational av_buffersink_get_time_base | ( | const AVFilterContext * | ctx | ) |
Referenced by audio_thread(), configure_filtergraph(), fg_output_step(), filter_encode_write_frame(), lavfi_read_header(), lavfi_read_packet(), main(), and video_thread().
| int av_buffersink_get_format | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), lavfi_read_header(), and main().
| AVRational av_buffersink_get_frame_rate | ( | const AVFilterContext * | ctx | ) |
Definition at line 254 of file buffersink.c.
Referenced by av_buffersink_get_frame_rate(), choose_out_timebase(), configure_filtergraph(), fg_output_step(), lavfi_read_header(), main(), and video_thread().
| int av_buffersink_get_w | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), lavfi_read_header(), and main().
| int av_buffersink_get_h | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), lavfi_read_header(), and main().
| AVRational av_buffersink_get_sample_aspect_ratio | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), lavfi_read_header(), and main().
| enum AVColorSpace av_buffersink_get_colorspace | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph().
| enum AVColorRange av_buffersink_get_color_range | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph().
| enum AVAlphaMode av_buffersink_get_alpha_mode | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph().
| int av_buffersink_get_channels | ( | const AVFilterContext * | ctx | ) |
Definition at line 268 of file buffersink.c.
| int av_buffersink_get_ch_layout | ( | const AVFilterContext * | ctx, |
| AVChannelLayout * | ch_layout ) |
Definition at line 274 of file buffersink.c.
Referenced by configure_filtergraph(), lavfi_read_header(), main(), and stream_component_open().
| int av_buffersink_get_sample_rate | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), lavfi_read_header(), main(), and stream_component_open().
| AVBufferRef * av_buffersink_get_hw_frames_ctx | ( | const AVFilterContext * | ctx | ) |
Definition at line 261 of file buffersink.c.
| const AVFrameSideData *const * av_buffersink_get_side_data | ( | const AVFilterContext * | ctx, |
| int * | nb_side_data ) |
Definition at line 287 of file buffersink.c.
Referenced by configure_filtergraph().