User Tools

Site Tools


macros:function:handles.setlockstate

Function

Handles.SetLockState

Void Handles.SetLockState(LockStates state)
API http://api.avolites.com/11.0/Handles.SetLockState.html
description Set the lock state of a handle
namespace Handles
parameter state ( Enum ) : “Unlocked”, “TransparentLocked” or “FullyLocked”
return value Void
affects Handles.SourceHandle
Example in

Playback - Set lock state

  <step>Handles.SetSourceHandle("PlaybackWindow", 0)</step>
  <step>ActionScript.SetProperty.Enum("Handles.SourceHandle.LockState", "FullyLocked")</step>
  <step>Handles.SetLockState(Handles.SourceHandle.LockState)</step>

Puts a lock on handle #1 of the current playbacks page.

Please note that the function expects an enum passed. See Playback - Set lock state for examples how to do this.

Also used in
You could leave a comment if you were logged in.
macros/function/handles.setlockstate.txt · Last modified: 2019/05/04 16:14 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki