Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Sample format. More...
#include "roc_audio/pcm_format.h"
Go to the source code of this file.
Namespaces | |
roc | |
Root namespace. | |
roc::audio | |
Audio frames and audio processing. | |
Enumerations | |
enum | roc::audio::SampleFormat { roc::audio::SampleFormat_Invalid , roc::audio::SampleFormat_Pcm } |
Sample format. Defines representation of samples in memory. Does not define sample rate and channel set. More... | |
Functions | |
const char * | roc::audio::sample_format_to_str (SampleFormat format) |
Get string name of sample format. More... | |
Sample format.
Definition in file sample_format.h.