ZegoProcessedFrameParam class

Constructors

ZegoProcessedFrameParam({required int vocalsPCMDataLength, required Uint8List vocalsPCMData, required int accompanimentPCMDataLength, required Uint8List accompanimentPCMData, required int sampleRate, required int channel})

Properties

accompanimentPCMData Uint8List
getter/setter pair
accompanimentPCMDataLength int
getter/setter pair
channel int
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 int
getter/setter pair
vocalsPCMData Uint8List
getter/setter pair
vocalsPCMDataLength int
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