AudioPcma class

G.711 A-law audio format.

type == "audio/pcma".

Inheritance
Annotations
  • @immutable

Constructors

AudioPcma()
Creates an AudioPcma.
const
AudioPcma.fromJson(Map<String, dynamic> json)
Creates from JSON.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The audio format discriminator.
no setteroverride

Methods

copyWith() AudioPcma
Returns a copy of this AudioPcma. No fields to replace.
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