Control Surface API  3.0.3
CueMarker Interface Reference
Inheritance diagram for CueMarker:

Public Member Functions

void launch (final boolean quantized)
 
StringValue getName ()
 
ColorValue getColor ()
 
- Public Member Functions inherited from ObjectProxy
BooleanValue exists ()
 
BooleanValue createEqualsValue (ObjectProxy other)
 
- Public Member Functions inherited from Subscribable
boolean isSubscribed ()
 
void setIsSubscribed (boolean value)
 
void subscribe ()
 
void unsubscribe ()
 

Detailed Description

This interface defines access to the common attributes and operations of cue markers.

Since
API version 2

Definition at line 8 of file CueMarker.java.

Member Function Documentation

ColorValue getColor ( )

Gets a representation of the marker color.

Since
API version 2
StringValue getName ( )

Gets a representation of the marker name.

Since
API version 2
void launch ( final boolean  quantized)

Launches playback at the marker position.

Parameters
quantizedSpecified if the cue marker should be launched quantized or immediately
Since
API version 2

The documentation for this interface was generated from the following file: