AVRecorder.IsVideoMirroringSupported
------------------------------------

Queries whether video mirroring is supported.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [AVRecorder](component_AVRecorder.md) | [7.4](newinversion74.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |

MBS( "AVRecorder.IsVideoMirroringSupported"; AVSession ) 

**MBS**( **"AVRecorder.IsVideoMirroringSupported";** /\* Queries whether video mirroring is supported. \*/  
**$AVSession**) /\* The ID for the AVRecorder session as returned by [AVRecorder.Init](AVRecorderInit.md). \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| AVSession | The ID for the AVRecorder session as returned by [AVRecorder.Init](AVRecorderInit.md). | $AVSession |

### Result

Returns 1, 0 or error.

### Description

Queries whether video mirroring is supported.  
Returns 1 if mirror is possible.  
### See also

- [AVRecorder.Init](AVRecorderInit.md)

### Release notes

- **Version 7.4**
    - Added [AVRecorder.GetAutomaticallyAdjustsVideoMirroring](http://www.mbsplugins.eu/AVRecorderGetAutomaticallyAdjustsVideoMirroring.shtml), [AVRecorder.GetVideoMirrored](http://www.mbsplugins.eu/AVRecorderGetVideoMirrored.shtml), [AVRecorder.IsVideoMirroringSupported](http://www.mbsplugins.eu/AVRecorderIsVideoMirroringSupported.shtml), [AVRecorder.SetAutomaticallyAdjustsVideoMirroring](http://www.mbsplugins.eu/AVRecorderSetAutomaticallyAdjustsVideoMirroring.shtml) and [AVRecorder.SetVideoMirrored](http://www.mbsplugins.eu/AVRecorderSetVideoMirrored.shtml) to mirror video on Mac/iOS.

### Blog Entries

- [MBS FileMaker Plugin, version 7.4pr3](https://www.mbsplugins.de/archive/2017-08-22/MBS_FileMaker_Plugin_version_7/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 15th August 2017 , last changed 10th November 2025

  
[AVRecorder.IsRecording](AVRecorderIsRecording.md) - [AVRecorder.List](AVRecorderList.md)

[HTML Version](AVRecorderIsVideoMirroringSupported.shtml)