SEIStreamUpdateEvent enum

{zh} * @detail keytype @brief 黑帧视频流状态

Inheritance
Available extensions

Values

stream_add → const SEIStreamUpdateEvent

@brief A black frame video stream is published from the remote user.
In a voice call, when the remote user calls sendSEIMessage{@link #RTCEngine#sendSEIMessage} to send SEI data, SDK will automatically publish a black frame video stream, and trigger this callback.

stream_remove → const SEIStreamUpdateEvent

@brief The black frame video stream is removed. The timing this callback will be triggered is as following:
- The remote user turns on their camera, switching from a voice call to a video call. - No SEI data is sent within 1min after the remote user calls sendSEIMessage{@link #RTCEngine#sendSEIMessage}. - The black frame video stream stops when the remote user calls setVideoSourceType{@link #RTCEngine#setVideoSourceType} to switch to custom video capture.

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