Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
AVRecorder.SetAutomaticallyAdjustsVideoMirroring
Set whether to allow automatically mirroring.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "AVRecorder.SetAutomaticallyAdjustsVideoMirroring"; 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 allow automatical mirroring or 0 to not mirror. |
0 |
Result
Returns OK or error.
Description
Set whether to allow automatically mirroring.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
Release notes
- Version 7.4
Blog Entries
This function checks for a license.
Created 15th August 2017, last changed 28th November 2019