|
avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
Namespaces | |
| priv | |
Functions | |
| int64_t | get_best_effort_timestamp (const AVFrame *frame) |
| uint64_t | get_channel_layout (const AVFrame *frame) |
| void | set_channel_layout (AVFrame *frame, uint64_t layout) |
| static int | get_channels (const AVFrame *frame) |
| static bool | is_valid_channel_layout (const AVFrame *frame) |
| static int | get_sample_rate (const AVFrame *frame) |
| static void | set_sample_rate (AVFrame *frame, int sampleRate) |
| int64_t av::frame::get_best_effort_timestamp | ( | const AVFrame * | frame | ) |
| uint64_t av::frame::get_channel_layout | ( | const AVFrame * | frame | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| void av::frame::set_channel_layout | ( | AVFrame * | frame, |
| uint64_t | layout | ||
| ) |
|
inlinestatic |