User Tools

Site Tools


macros:function:playbacks.editor.ensureplaybackcueselected

Function

Playbacks.Editor.EnsurePlaybackCueSelected

Void Playbacks.Editor.EnsurePlaybackCueSelected()
API ./.
description This undocumented function is required when selecting single-cue playbacks to make sure the cue is in the editor.
namespace Playbacks.Editor
parameter none
return value Void
Example in

Playback - Set fade-in time:

  <step>Handles.SetSourceHandle("PlaybackWindow", 1)</step>
  <step condition="Playbacks.IsCueHandle(Handles.SourceHandle)">
    ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", Handles.SourceHandle)</step>
  <step>Playbacks.Editor.EnsurePlaybackCueSelected()</step>
  <step>ActionScript.SetProperty("Playbacks.Editor.Times.CueFadeInTime", time:3)</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/playbacks.editor.ensureplaybackcueselected.txt · Last modified: 2018/08/27 15:13 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki