AudioPcmFrame class

The parameters of the audio frame in PCM format.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

bytesPerSample → BytesPerSample?
The number of bytes per sample.
final
captureTimestamp int?
The timestamp (ms) of the audio frame.
final
data List<int>?
The audio frame.
final
hashCode int
The hash code for this object.
no setterinherited
numChannels int?
The number of audio channels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRateHz int?
Audio sample rate (Hz).
final
samplesPerChannel int?
The number of samples per channel in the audio frame.
final

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