FFmpeg
|
Get the properties of the stream. More...
Functions | |
enum AVMediaType | av_buffersink_get_type (const AVFilterContext *ctx) |
AVRational | av_buffersink_get_time_base (const AVFilterContext *ctx) |
int | av_buffersink_get_format (const AVFilterContext *ctx) |
AVRational | av_buffersink_get_frame_rate (const AVFilterContext *ctx) |
int | av_buffersink_get_w (const AVFilterContext *ctx) |
int | av_buffersink_get_h (const AVFilterContext *ctx) |
AVRational | av_buffersink_get_sample_aspect_ratio (const AVFilterContext *ctx) |
int | av_buffersink_get_channels (const AVFilterContext *ctx) |
uint64_t | av_buffersink_get_channel_layout (const AVFilterContext *ctx) |
int | av_buffersink_get_sample_rate (const AVFilterContext *ctx) |
AVBufferRef * | av_buffersink_get_hw_frames_ctx (const AVFilterContext *ctx) |
Get the properties of the stream.
enum AVMediaType av_buffersink_get_type | ( | const AVFilterContext * | ctx | ) |
Referenced by lavfi_read_header(), main(), and reap_filters().
AVRational av_buffersink_get_time_base | ( | const AVFilterContext * | ctx | ) |
Referenced by audio_thread(), init_output_stream_encode(), lavfi_read_header(), lavfi_read_packet(), main(), reap_filters(), and video_thread().
int av_buffersink_get_format | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), init_output_stream(), init_output_stream_encode(), lavfi_read_header(), and main().
AVRational av_buffersink_get_frame_rate | ( | const AVFilterContext * | ctx | ) |
Referenced by do_video_out(), init_output_stream_encode(), main(), and video_thread().
int av_buffersink_get_w | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), init_output_stream_encode(), lavfi_read_header(), and main().
int av_buffersink_get_h | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), init_output_stream_encode(), lavfi_read_header(), and main().
AVRational av_buffersink_get_sample_aspect_ratio | ( | const AVFilterContext * | ctx | ) |
Referenced by init_output_stream_encode(), lavfi_read_header(), and main().
int av_buffersink_get_channels | ( | const AVFilterContext * | ctx | ) |
Referenced by init_output_stream_encode(), lavfi_read_header(), main(), and stream_component_open().
uint64_t av_buffersink_get_channel_layout | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), init_output_stream_encode(), lavfi_read_header(), main(), and stream_component_open().
int av_buffersink_get_sample_rate | ( | const AVFilterContext * | ctx | ) |
Referenced by configure_filtergraph(), init_output_stream_encode(), lavfi_read_header(), main(), and stream_component_open().
AVBufferRef* av_buffersink_get_hw_frames_ctx | ( | const AVFilterContext * | ctx | ) |
Referenced by init_output_stream().