AudioPcm class
24 kHz signed 16-bit PCM audio format.
type == "audio/pcm". Only rate: 24000 is currently supported by the API.
- Inheritance
-
- Object
- RealtimeAudioFormats
- AudioPcm
- Annotations
-
- @immutable
Constructors
Properties
Methods
-
copyWith(
{Object? rate = unsetCopyWithValue}) → AudioPcm - Returns a copy of this AudioPcm with the given fields replaced.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts to JSON.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override