User Tools

Site Tools


macros:function:playbacks.iscuehandle

Function

Playbacks.IsCueHandle

Boolean Playbacks.IsCueHandle(Handle handle)
API http://api.avolites.com/11.0/Playbacks.IsCueHandle.html
description Returns whether the specified handle is a cue handle
namespace Playbacks
parameter handle ( Handle ) : the handle of the playback to test
return value Boolean
Example in

Change Playback Timings Grid:

<step condition="Playbacks.IsCueHandle(Handles.SourceHandle)">
  ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", Handles.SourceHandle)
</step>

Here a handle is set as SourceHandle only if it is a playback handle.

Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/playbacks.iscuehandle.txt · Last modified: 2018/09/16 17:39 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki