TRTCVideoStreamType enum

The different types of video streams offered by the TRTC

Inheritance

Constructors

TRTCVideoStreamType()
const

Values

TRTCVideoStreamTypeBig → const TRTCVideoStreamType

HD big image: it is generally used to transfer video data from the camera.

TRTCVideoStreamTypeSmall → const TRTCVideoStreamType

Smooth small image: it has the same content as the big image, but with lower resolution and bitrate and thus lower definition.

TRTCVideoStreamTypeSub → 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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<TRTCVideoStreamType>
A constant List of the values in this enum, in order of their declaration.
[TRTCVideoStreamTypeBig, TRTCVideoStreamTypeSmall, TRTCVideoStreamTypeSub]