|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
PCM format description. More...
#include <pcm_format.h>
Public Member Functions | |
| PcmFormat () | |
| Initialize. | |
| PcmFormat (PcmCode enc, PcmEndian end) | |
| Initialize. | |
| bool | operator== (const PcmFormat &other) const |
| Check two formats for equality. | |
| bool | operator!= (const PcmFormat &other) const |
| Check two formats for equality. | |
Public Attributes | |
| PcmCode | code |
| Sample binary code. | |
| PcmEndian | endian |
| Sample endianess. | |
PCM format description.
Definition at line 61 of file pcm_format.h.
|
inline |
Initialize.
Definition at line 69 of file pcm_format.h.
Initialize.
Definition at line 75 of file pcm_format.h.
|
inline |
Check two formats for equality.
Definition at line 86 of file pcm_format.h.
|
inline |
Check two formats for equality.
Definition at line 81 of file pcm_format.h.
| PcmCode roc::audio::PcmFormat::code |
Sample binary code.
Definition at line 63 of file pcm_format.h.
| PcmEndian roc::audio::PcmFormat::endian |
Sample endianess.
Definition at line 66 of file pcm_format.h.