Rialto
0.1
Rialto media pipeline API
|
Pcm config information. More...
#include <MediaCommon.h>
Public Attributes | |
uint32_t | rate |
uint32_t | channels |
uint32_t | sampleSize |
bool | isBigEndian |
bool | isSigned |
bool | isFloat |
Pcm config information.
uint32_t firebolt::rialto::WebAudioPcmConfig::channels |
Number of channels
bool firebolt::rialto::WebAudioPcmConfig::isBigEndian |
Specifies if sample is stored as big-endian or little-endian format
bool firebolt::rialto::WebAudioPcmConfig::isFloat |
Specifies if samples are float values or interger values
bool firebolt::rialto::WebAudioPcmConfig::isSigned |
Specifies if samples are signed or unsigned
uint32_t firebolt::rialto::WebAudioPcmConfig::rate |
Rate of web audio (Hz)
uint32_t firebolt::rialto::WebAudioPcmConfig::sampleSize |
Size of each sample (bits)