Recording class
Constructors
Properties
- audioFormat ↔ AudioFormat
-
getter/setter pair
- audioMetering ↔ AudioMetering
-
getter/setter pair
- duration ↔ Duration
-
getter/setter pair
- extension ↔ String
-
getter/setter pair
- filepath ↔ String?
-
getter/setter pair
- filepathTemp ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized → bool
-
no setter
- isPaused → bool
-
no setter
- isPlayable → bool
-
no setter
- isRecording → bool
-
no setter
- isStopped → bool
-
no setter
- message ↔ String?
-
getter/setter pair
- needsToBeInitialized → bool
-
no setter
- recorderState ↔ RecorderState
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRateHz ↔ int
-
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
Static Properties
- DEFAULT_AUDIO_FORMAT ↔ AudioFormat
-
getter/setter pair
- DEFAULT_DURATION ↔ Duration
-
getter/setter pair
- DEFAULT_EXTENSION ↔ String
-
getter/setter pair
Constants
- DEFAULT_RECORDER_STATE → const RecorderState
- DEFAULT_SAMPLE_RATE_HZ → const int