NERtcVideoOutputOrientationMode class Null safety

Video orientation mode

Constructors

NERtcVideoOutputOrientationMode()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

adaptative → const int
(default) The orientation of the video output by the SDK in this mode is consistent with the orientation of the captured video. The receiver rotates the video based the received video rotation information.
0
fixedLandscape → const int
In this mode, the SDK always outputs videos in landscape mode. If the captured video is in portrait mode, the video encoder crops the video.
1
fixedPortrait → const int
In this mode, the SDK always outputs videos in portrait mode. If the captured video is in landscape mode and the video encoder crops the video.
2