Enum TRTCVideoStreamType
1.3 Video stream type
There are three types of streams in TRTC, namely:
-Big-image stream: It is the most used stream type, which usually transfers video data captured by the camera.
-Small-image stream: It transfers the same data as the big-image stream, but at lower resolution and bitrate.
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCVideoStreamType
Remarks
- In case of good upstream network conditions, an anchor can send both the big and small images.
- The small image depends on the big image. You cannot enable only the small image.
Fields
Name | Description |
---|---|
TRTCVideoStreamTypeBig | |
TRTCVideoStreamTypeSmall | Small-image stream |
TRTCVideoStreamTypeSub | Substream (screen sharing) |