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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
AVRecorder.AddPreviewWithControl
Adds a preview area to the window using placeholder control.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| AVRecorder | 10.3 | Yes | Yes | No | No | Yes |
MBS( "AVRecorder.AddPreviewWithControl"; AVSession; WindowRef; ControlName ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession |
| WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 |
| ControlName | The name of the control on your FileMaker form. e.g. you can place a rectangle there to define the position. |
"mymedia" |
Result
Returns OK or error.
Description
Adds a preview area to the window using placeholder control.See also
Example Databases
Blog Entries
- MBS FileMaker Plugin, version 10.5pr6
- What is new in the MBS FileMaker Plugin Version 10.3
- MBS FileMaker Plugin, version 10.3pr10
- AVRecorder on iOS
- MBS FileMaker Plugin, version 10.3pr3
Release notes
- Version 10.5
- Fixed crash with AVRecorder.StartPreview, AVRecorder.AddPreviewWithControl and AVRecorder.AddPreviewToWindow if you call those twice.
- Version 10.3
- Added AVRecorder.AddPreviewWithControl function.
- Added rotation parameter for AVRecorder.AddPreviewWithControl function.
Created 9th June 2020, last changed 4th August 2020
AVRecorder.AddPreviewToWindow - AVRecorder.AudioDeviceCount
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos