fixedPortrait constant Null safety

int const fixedPortrait

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.

This mode is suitable for scenarios where the receiver cannot adjust the video orientation, such as CDN relayed streaming.

Implementation

static const int fixedPortrait = 2;