audio conversion routines More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint64_t | av_get_channel_layout (const char *name) |
Return a channel layout id that matches name, 0 if no match. | |
void | av_get_channel_layout_string (char *buf, int buf_size, int nb_channels, uint64_t channel_layout) |
Return a description of a channel layout. | |
int | av_get_channel_layout_nb_channels (uint64_t channel_layout) |
Return the number of channels in the channel layout. |
audio conversion routines
Definition in file audioconvert.h.