Show / Hide Table of Contents

Enum TRTCVideoResolutionMode

1.2 Resolution mode

- Landscape resolution: TRTCVideoResolution_640_360 + TRTCVideoResolutionModeLandscape = 640 × 360

- Portrait resolution: TRTCVideoResolution_640_360 + TRTCVideoResolutionModePortrait = 360 × 640

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

Fields

Name Description
TRTCVideoResolutionModeLandscape

Landscape resolution

TRTCVideoResolutionModePortrait

Portrait resolution

In This Article
Back to top Generated by DocFX