fixedLandscape constant Null safety
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.
This mode is suitable for scenarios where the receiver cannot adjust the video orientation, such as CDN relayed streaming.
Implementation
static const int fixedLandscape = 1;