setVideoEncoderMirror abstract method

void setVideoEncoderMirror(
  1. bool enable
)

Set the image mirroring mode of the encoder output.

Parameters:

  • enable(bool):
    • Whether to enable the image mirroring mode. Default value: false

Implementation

void setVideoEncoderMirror(bool enable);