AudioRecordingConfig class
Audio recording configuration.
Properties
- absoluteFileName ↔ String
-
Absolute path of the recorded file, file name included. The App must have the write and read permission of the path.
getter/setter pair
- channel ↔ AudioChannel
-
Number of audio channels.
getter/setter pair
- frameSource ↔ AudioFrameSource
-
The source of the recording.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- quality ↔ AudioQuality
-
Recording quality. Only valid for .aac file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ AudioSampleRate
-
Audio sample rate.
getter/setter pair
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