MixedStreamAudioProfile enum
AAC 编码规格。(新)
Values
- lc → const MixedStreamAudioProfile
-
AAC-LC 规格,默认值。
- hev1 → const MixedStreamAudioProfile
-
HE-AAC v1 规格。
- hev2 → const MixedStreamAudioProfile
-
HE-AAC v2 规格。
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MixedStreamAudioProfile> - A constant List of the values in this enum, in order of their declaration.