TRTCVideoStreamType enum

TRTC 所提供的不同的视频流类型

Inheritance

Constructors

TRTCVideoStreamType()
const

Values

TRTCVideoStreamTypeBig → const TRTCVideoStreamType

高清大图像:通常用于传输摄像头的视频数据。

TRTCVideoStreamTypeSmall → const TRTCVideoStreamType

流畅小图像:与大图像内容相同,但分辨率和比特率较低,因此清晰度较低。

TRTCVideoStreamTypeSub → const TRTCVideoStreamType

辅流图像:通常用于屏幕共享。房间中的一个用户在任何时候都只允许发布辅流视频图像,其他用户必须等待此用户关闭辅流才能发布自己的辅流。

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]