adaptative constant Null safety

int const adaptative

(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.

This mode is suitable for scenarios where the receiver can adjust the video orientation.

  • If the captured video is in landscape mode, the output video is also in landscape mode.
  • If the captured video is in portrait mode, the output video is also in portrait mode.

Implementation

static const int adaptative = 0;