bMirror property

bool? bMirror
getter/setter pair

Set Mirror mode for video transform (exchange left and right). Note: Set mirror mode to true when using front facing camera, false when using back facing camera. Reset doesn't reset this, but keeps last value.

设置视频变换为镜像模式(左右交换)。注意:使用前置摄像头时需要设置为true,使用后置摄像头时需要设置为false。重置参数时,并不会改变mirror的值,仍将保持上次的设置。*/

Implementation

bool? bMirror;