AudioFrameEntity class
音频数据实体
Constructors
- AudioFrameEntity.fromJson(dynamic data)
Properties
- channel ↔ int?
-
通道
getter/setter pair
- data ↔ Uint8List?
-
数据流
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ AudioSampleRateEnum?
-
采样率
getter/setter pair
- timestamp ↔ int?
-
时间
getter/setter pair
- userId ↔ String?
-
用户ID
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