Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

AVRecorder.GetAutomaticallyAdjustsVideoMirroring

Queries whether automatically mirroring is enabled.

Component Version macOS Windows Linux Server iOS SDK
AVRecorder 7.4 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "AVRecorder.GetAutomaticallyAdjustsVideoMirroring"; AVSession )   More

Parameters

Parameter Description Example
AVSession The ID for the AVRecorder session as returned by AVRecorder.Init. $AVSession

Result

Returns 1, 0 or error.

Description

Queries whether automatically mirroring is enabled.
For some session configurations, video data flowing through the connection will be mirrored by default. When the value of this property is 1, the value of videoMirrored may change depending on the configuration of the session, for example after switching to a different device input. The default value is 1.

See also

Release notes

Blog Entries

Created 15th August 2017, last changed 15th August 2017


AVRecorder.GetAudioDevice - AVRecorder.GetEncoder

Feedback: Report problem or ask question.