Interface CueMarker

All Superinterfaces:
DeleteableObject, DuplicableObject, ObjectProxy, Subscribable

public interface CueMarker extends ObjectProxy, DeleteableObject, DuplicableObject
This interface defines access to the common attributes and operations of cue markers.
Since:
API version 2
  • Method Details

    • launch

      void launch(boolean quantized)
      Launches playback at the marker position.
      Parameters:
      quantized - Specified if the cue marker should be launched quantized or immediately
      Since:
      API version 2
    • name

      Gets a representation of the marker name.
      Since:
      API version 15
    • getColor

      ColorValue getColor()
      Gets a representation of the marker color.
      Since:
      API version 2
    • position

      Gets a representation of the markers beat-time position in quarter-notes.
      Since:
      API version 10
    • getName

      StringValue getName()
      Deprecated.
      Use name() instead
      Gets a representation of the marker name.
      Since:
      API version 2