Show / Hide Table of Contents

Enum TRTCVideoResolutionMode

1.2 视频分辨率模式

- 横屏分辨率:TRTCVideoResolution_640_360 + TRTCVideoResolutionModeLandscape = 640 × 360

- 竖屏分辨率:TRTCVideoResolution_640_360 + TRTCVideoResolutionModePortrait = 360 × 640

Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCVideoResolutionMode

Fields

Name Description
TRTCVideoResolutionModeLandscape

横屏分辨率

TRTCVideoResolutionModePortrait

竖屏分辨率

In This Article
Back to top Generated by DocFX