Struct TRTCRenderParams
5.3 Video rendering parameters
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public struct TRTCRenderParams
Remarks
You can use these parameters to set the rotation, fill mode, and mirror mode of video images.
Fields
fillMode
Fill mode. Default value: TRTCVideoFillMode_Fit
Declaration
public TRTCVideoFillMode fillMode
Field Value
Type | Description |
---|---|
TRTCVideoFillMode |
mirrorType
Mirror mode. Default value: TRTCVideoMirrorType_Disable
Declaration
public TRTCVideoMirrorType mirrorType
Field Value
Type | Description |
---|---|
TRTCVideoMirrorType |
rotation
Rotation. Default value: TRTCVideoRotation0
Declaration
public TRTCVideoRotation rotation
Field Value
Type | Description |
---|---|
TRTCVideoRotation |