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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
AVRecorder.SetVideoMirrored
Sets mirror state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "AVRecorder.SetVideoMirrored"; AVSession; Mode ) More
Parameters
Parameter | Description | Example |
---|---|---|
AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession |
Mode | The new mode. Pass 1 to mirror or 0 to not mirror. |
0 |
Result
Returns OK or error.
Description
Sets mirror state.Examples
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 ) ]
See also
- AVRecorder.GetVideoMirrored
- AVRecorder.Init
- AVRecorder.SetAutomaticallyAdjustsVideoMirroring
- AVRecorder.SetVideoDevice
Release notes
- Version 7.4
Blog Entries
This function checks for a paid license.
Created 15th August 2017, last changed 21st August 2017
