Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
AVRecorder.SetVideoOrientation
Sets the video orientation for iOS.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 14.1 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "AVRecorder.SetVideoOrientation"; AVSession; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession |
Value | Pass the new orientation. Value can be PortraitUpsideDown, Portrait, LandscapeLeft, or LandscapeRight. |
"LandscapeLeft" |
Result
Returns OK or error.
Description
Sets the video orientation for iOS.If the device is rotated, you may need to adjust the orientation of the camera view.
See also
Release notes
- Version 14.1
- Added AVRecorder.GetVideoOrientation and AVRecorder.SetVideoOrientation function.
Blog Entries
- New in MBS FileMaker Plugin 14.1
- Neues MBS Plugin 14.1 für Claris FileMaker
- MBS Plugin 14.1 for Claris FileMaker
- MBS FileMaker Plugin, version 14.1pr6
This function is free to use.
Created 1st March 2024, last changed 1st March 2024