ByteRTCRemoteAudioState enum

Inheritance
Available extensions

Values

ByteRTCRemoteAudioStateStopped → const ByteRTCRemoteAudioState

@brief The default initial state of the remote audio stream is called back at the following time:
- Local users stop receiving the remote audio stream, the corresponding reason is ByteRTCRemoteAudioStateChangeReasonLocalMuted in ByteRTCRemoteAudioStateChangeReason{@link #ByteRTCRemoteAudioStateChangeReason} - The remote user stopped sending the audio stream, the corresponding reason is ByteRTCRemoteAudioStateChangeReasonRemoteMuted in ByteRTCRemoteAudioStateChangeReason{@link #ByteRTCRemoteAudioStateChangeReason} - The remote user left the room, the corresponding reason is ByteRTCRemoteAudioStateChangeReasonRemoteOffline in ByteRTCRemoteAudioStateChangeReason{@link #ByteRTCRemoteAudioStateChangeReason}

ByteRTCRemoteAudioStateStarting → const ByteRTCRemoteAudioState

@brief Start receiving the remote audio stream header.

ByteRTCRemoteAudioStateDecoding → const ByteRTCRemoteAudioState

@brief The remote audio stream is decoding and playing normally. The state will be called back at the following time:
- The first frame of the remote audio is successfully decoded, and the corresponding reason is ByteRTCRemoteAudioStateChangeReason in ByteRTCRemoteAudioStateChangeReason{@link #ByteRTCRemoteAudioStateChangeReason} - The network returned to normal from blocking, and the corresponding reason is ByteRTCRemoteAudioStateChangeReason in ByteRTCRemoteAudioStateChangeReason{@link #ByteRTCRemoteAudioStateChangeReason} - Local users recover receiving remote audio streams due to ByteRTCRemoteAudioStateChangeReason in ByteRTCRemoteAudioStateChangeReason{@link #ByteRTCRemoteAudioStateChangeReason} - The remote user resumes sending audio streams, the corresponding reason is ByteRTCRemoteAudioStateChangeReason in ByteRTCRemoteAudioStateChangeReason{@link #ByteRTCRemoteAudioStateChangeReason}

ByteRTCRemoteAudioStateFrozen → const ByteRTCRemoteAudioState

@brief Remote audio streaming card.

ByteRTCRemoteAudioStateFailed → const ByteRTCRemoteAudioState

@hidden currently not available @brief The remote audio stream failed to play @note The error code is not yet used

Properties

$value → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<ByteRTCRemoteAudioState>
A constant List of the values in this enum, in order of their declaration.