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
Set whether to allow automatically mirroring.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession |
Mode | The new mode. Pass 1 to allow automatical mirroring or 0 to not mirror. |
0 |
Returns OK or error.
Turn on mirroring:
# disable auto mirror
Set Variable [ $r ; Value: MBS( "AVRecorder.SetAutomaticallyAdjustsVideoMirroring"; $AVSession; 0 ) ]
# enable mirror manually
Set Variable [ $r ; Value: MBS( "AVRecorder.SetVideoMirrored"; $AVSession; 1 ) ]
Created 15th August 2017, last changed 28th November 2019
AVRecorder.SetAudioDevice - AVRecorder.SetEncoder
Feedback: Report problem or ask question.