getMirrorMode
Gets the current image mode setting.
public Constants.VideoMirrorMode getVideoMirrorMode() throws RteException ;
- Since
- v4.5.0
Call timing
Call this method after getConfigs [3/3].
Restrictions
None.
Returns
The current image mode. See VideoMirrorMode.
Exception
If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.