AudioSampleRateEnum enum
音频采样率枚举
Values
- Rate16000 → const AudioSampleRateEnum
- Rate32000 → const AudioSampleRateEnum
- Rate44100 → const AudioSampleRateEnum
- Rate48000 → const AudioSampleRateEnum
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<
AudioSampleRateEnum> - A constant List of the values in this enum, in order of their declaration.