![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
PCM format. More...
#include "roc_core/stddefs.h"

Go to the source code of this file.
Classes | |
| struct | roc::audio::PcmTraits |
| PCM format meta-information. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::audio |
| Audio frames and audio processing. | |
Typedefs | |
| typedef void(* | roc::audio::PcmMapFn) (const uint8_t *in_data, size_t &in_bit_off, uint8_t *out_data, size_t &out_bit_off, size_t n_samples) |
| PCM mapping function. | |
Functions | |
| PcmMapFn | roc::audio::pcm_format_mapfn (PcmFormat in_format, PcmFormat out_format) |
| Get mapping function for given PCM format pair. | |
| PcmTraits | roc::audio::pcm_format_traits (PcmFormat format) |
| Get format traits for given PCM format. | |
| const char * | roc::audio::pcm_format_to_str (PcmFormat format) |
| Get string name of PCM format. | |
| PcmFormat | roc::audio::pcm_format_from_str (const char *str) |
| Get PCM format from string name. | |
PCM format.
Definition in file pcm_format.h.