|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
PCM format. More...
Go to the source code of this file.
Classes | |
| struct | roc::audio::PcmFormat |
| PCM format description. More... | |
| struct | roc::audio::PcmTraits |
| PCM format meta-information. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::audio |
| Audio frames and audio processing. | |
Functions | |
| const char * | roc::audio::pcm_format_to_str (const PcmFormat &fmt) |
| Get string name of PCM format. | |
| ROC_ATTR_NODISCARD bool | roc::audio::pcm_format_parse (const char *str, PcmFormat &fmt) |
| Parse PCM format from string name. | |
| PcmTraits | roc::audio::pcm_format_traits (const PcmFormat &fmt) |
| Get traits for PCM format. | |
PCM format.
Definition in file pcm_format.h.