revSetVideoGrabSettings

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revSetVideoGrabSettings <variableName>
Associationsvideo library
Summary

Restores video settings saved by the revVideoGrabSettings function.

Introduced2.0
Changes

The use of QuickTime was deprecated in version 8.1 of LiveCode with new defaults for dontUseQT and dontUseQTEffects as true on all systems apart from pre OS X 10.8. The Windows build of LiveCode no longer supports any QuickTime features and setting the dontUseQT and dontUseQTEffects will have no effect.

Support for the "Video Grabber" library on Mac OS X ended in LiveCode 9.0.

Deprecated9.0
Platformsdesktop
Parameters
NameTypeDescription
variableName

The name of a LiveCode variable that contains the settings string. The settings string is a block of binary data returned by the revVideoGrabSettings function.

Example
local tSettings
put the cSavedSettings of me into tSettings
revSetVideoGrabSettings "tSettings"
RelatedProperty: dontUseQT, dontUseQTEffects
Control Structure: function
Command: revVideoGrabSettings
Library: Video library
Glossary: video capture, Standalone Application Settings, standalone application, QuickTime, command, LiveCode custom library
Securitydisk, privacy
Description

The revSetVideoGrabSettings is ignored and and has no effect.

Important: The revSetVideoGrabSettings command is part of the Video library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "Video Grabber" library checkbox is checked.

Tagsmultimedia