Enum mp4::AudioObjectType
source · pub enum AudioObjectType {
Show 42 variants
AacMain,
AacLowComplexity,
AacScalableSampleRate,
AacLongTermPrediction,
SpectralBandReplication,
AACScalable,
TwinVQ,
CodeExcitedLinearPrediction,
HarmonicVectorExcitationCoding,
TextToSpeechtInterface,
MainSynthetic,
WavetableSynthesis,
GeneralMIDI,
AlgorithmicSynthesis,
ErrorResilientAacLowComplexity,
ErrorResilientAacLongTermPrediction,
ErrorResilientAacScalable,
ErrorResilientAacTwinVQ,
ErrorResilientAacBitSlicedArithmeticCoding,
ErrorResilientAacLowDelay,
ErrorResilientCodeExcitedLinearPrediction,
ErrorResilientHarmonicVectorExcitationCoding,
ErrorResilientHarmonicIndividualLinesNoise,
ErrorResilientParametric,
SinuSoidalCoding,
ParametricStereo,
MpegSurround,
MpegLayer1,
MpegLayer2,
MpegLayer3,
DirectStreamTransfer,
AudioLosslessCoding,
ScalableLosslessCoding,
ScalableLosslessCodingNoneCore,
ErrorResilientAacEnhancedLowDelay,
SymbolicMusicRepresentationSimple,
SymbolicMusicRepresentationMain,
UnifiedSpeechAudioCoding,
SpatialAudioObjectCoding,
LowDelayMpegSurround,
SpatialAudioObjectCodingDialogueEnhancement,
AudioSync,
}
Variants§
AacMain
AacLowComplexity
AacScalableSampleRate
AacLongTermPrediction
SpectralBandReplication
AACScalable
TwinVQ
CodeExcitedLinearPrediction
HarmonicVectorExcitationCoding
TextToSpeechtInterface
MainSynthetic
WavetableSynthesis
GeneralMIDI
AlgorithmicSynthesis
ErrorResilientAacLowComplexity
ErrorResilientAacLongTermPrediction
ErrorResilientAacScalable
ErrorResilientAacTwinVQ
ErrorResilientAacBitSlicedArithmeticCoding
ErrorResilientAacLowDelay
ErrorResilientCodeExcitedLinearPrediction
ErrorResilientHarmonicVectorExcitationCoding
ErrorResilientHarmonicIndividualLinesNoise
ErrorResilientParametric
SinuSoidalCoding
ParametricStereo
MpegSurround
MpegLayer1
MpegLayer2
MpegLayer3
DirectStreamTransfer
AudioLosslessCoding
ScalableLosslessCoding
ScalableLosslessCodingNoneCore
ErrorResilientAacEnhancedLowDelay
SymbolicMusicRepresentationSimple
SymbolicMusicRepresentationMain
UnifiedSpeechAudioCoding
SpatialAudioObjectCoding
LowDelayMpegSurround
SpatialAudioObjectCodingDialogueEnhancement
AudioSync
Trait Implementations§
source§impl Clone for AudioObjectType
impl Clone for AudioObjectType
source§fn clone(&self) -> AudioObjectType
fn clone(&self) -> AudioObjectType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AudioObjectType
impl Debug for AudioObjectType
source§impl Display for AudioObjectType
impl Display for AudioObjectType
source§impl PartialEq<AudioObjectType> for AudioObjectType
impl PartialEq<AudioObjectType> for AudioObjectType
source§fn eq(&self, other: &AudioObjectType) -> bool
fn eq(&self, other: &AudioObjectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u8> for AudioObjectType
impl TryFrom<u8> for AudioObjectType
impl Copy for AudioObjectType
impl Eq for AudioObjectType
impl StructuralEq for AudioObjectType
impl StructuralPartialEq for AudioObjectType
Auto Trait Implementations§
impl RefUnwindSafe for AudioObjectType
impl Send for AudioObjectType
impl Sync for AudioObjectType
impl Unpin for AudioObjectType
impl UnwindSafe for AudioObjectType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more