TRTCVideoStreamType enum
Video stream type
Constructors
- TRTCVideoStreamType()
-
const
Values
- big → const TRTCVideoStreamType
-
- HD big image
- it is generally used to transfer video data from the camera.
- small → const TRTCVideoStreamType
-
- Smooth small image
- it has the same content as the big image, but with lower resolution and bitrate and thus lower definition.
- sub → const TRTCVideoStreamType
-
- Substream image
- it is generally used for screen sharing.
- Only one user in the room is allowed to publish the substream video image at any time,
- while other users must wait for this user to close the substream before they can publish their own substream.
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<
TRTCVideoStreamType> - A constant List of the values in this enum, in order of their declaration.