FFmpeg 5.1.6
|
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) |
int | av_buffersink_get_ch_layout (const AVFilterContext *ctx, AVChannelLayout *ch_layout) |
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 | ) |
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 | ) |
int av_buffersink_get_ch_layout | ( | const AVFilterContext * | ctx, |
AVChannelLayout * | ch_layout | ||
) |
int av_buffersink_get_sample_rate | ( | const AVFilterContext * | ctx | ) |
AVBufferRef * av_buffersink_get_hw_frames_ctx | ( | const AVFilterContext * | ctx | ) |