SampleType#
Fully qualified name: omni::audio::SampleType
- 
enum class omni::audio::SampleType#
 Names for the type of sample that an audio device can use.
Values:
- 
enumerator eUnknown#
 Could not determine the sample type or an invalid device index was given.
- 
enumerator ePcmSignedInteger#
 Signed integer PCM samples. This is usually used for 16-bit an up.
- 
enumerator ePcmUnsignedInteger#
 Unsigned integer PCM samples. This is often used for 8-bit samples.
- 
enumerator ePcmFloat#
 Single precision floating point PCM samples.
- 
enumerator eCompressed#
 A compressed sample format such as ADPCM, MP3, Vorbis, etc.
- 
enumerator eUnknown#