TRTCAudioFrameOperationMode enum
Audio Callback Data Operation Mode
Constructors
- TRTCAudioFrameOperationMode()
-
const
Values
- readWrite → const TRTCAudioFrameOperationMode
-
- Read-write mode: You can get and modify the audio data of the callback, the default mode.
- readOnly → const TRTCAudioFrameOperationMode
-
- Read-only mode: Get audio data from callback only.
Properties
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
Constants
-
values
→ const List<
TRTCAudioFrameOperationMode> - A constant List of the values in this enum, in order of their declaration.