ByteRTCSEIStreamEventType enum
Values
- ByteRTCSEIStreamEventTypeStreamAdd → const ByteRTCSEIStreamEventType
-
@brief A black frame video stream is published from the remote user.
In a voice call, when the remote user calls sendSEIMessage:andRepeatCount:andCountPerFrame:{@link #ByteRTCEngine#sendSEIMessage:andRepeatCount:andCountPerFrame} to send SEI data, SDK will automatically publish a black frame video stream, and trigger this callback. - ByteRTCSEIStreamEventTypeStreamRemove → const ByteRTCSEIStreamEventType
-
@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:andRepeatCount:andCountPerFrame:{@link #ByteRTCEngine#sendSEIMessage:andRepeatCount:andCountPerFrame}. - The black frame video stream stops when the remote user calls setVideoSourceType:{@link #ByteRTCEngine#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<
ByteRTCSEIStreamEventType> - A constant List of the values in this enum, in order of their declaration.