Skip to main content

Crate mpeg4_audio_const

Crate mpeg4_audio_const 

Source
Expand description

Definitions of types and constants for values defined by ISO/IEC 14496 part 3 (Audio).

Currently supported,

Structs§

AudioObjectType
Represents an audio object type indicator value.
ChannelConfiguration
A channel configuration as defined in ISO 14496-3.
ChannelConfigurationError
Represents an error converting a u8 into a ChannelConfiguration
SamplingFrequencyIndex
A 4-bit sampling frequency index as defined in ISO 14496-3.

Enums§

AudioObjectTypeError
Represents an error converting a u8 into an AudioObjectType
SamplingFrequencyIndexError
Represents an error converting a u8 into a SamplingFrequencyIndex

Constants§

AOT_ESCAPE_VALUE
This value, 31, is not used as an audio object type, but is instead used in the encoding of any audio object type value greater than or equal to 32.