getVideoRenderMode
Retrieves the currently set video mirror mode.
public Constants.VideoRenderMode getVideoRenderMode() throws RteException
- Since
- Available since v4.4.0.
Timing
You need to call this method after calling getConfigs.
Exceptions
If the method call fails, the SDK throws an exception and returns the corresponding error information. You need to catch the exception and handle it accordingly.
Return Values
If the method call succeeds, returns the currently set video mirror mode. See VideoMirrorMode.