AudioFrame class

音频数据帧, PCM 16 位。

Properties

audioFrameSize int
音频数据的字节数。
final
channel AudioChannel
音频数据的声道数。 1:单声道 2:双声道 双声道的情况下,左右声道的音频帧数据以 LRLRLR 形式排布。
final
data Uint8List
音频数据。
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate AudioSampleRate
音频数据的采样率,单位为 Hz。
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited