avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
Functions | |
void | set_channels (AVCodecContext *obj, int channels) |
void | set_channel_layout_mask (AVCodecContext *obj, uint64_t mask) |
int | get_channels (const AVCodecContext *obj) |
uint64_t | get_channel_layout_mask (const AVCodecContext *obj) |
uint64_t av::codec_context::audio::get_channel_layout_mask | ( | const AVCodecContext * | obj | ) |
int av::codec_context::audio::get_channels | ( | const AVCodecContext * | obj | ) |
void av::codec_context::audio::set_channel_layout_mask | ( | AVCodecContext * | obj, |
uint64_t | mask | ||
) |
void av::codec_context::audio::set_channels | ( | AVCodecContext * | obj, |
int | channels | ||
) |