A data structure that corresponds to an Annotation message in the .muse file format. For more information on the file format see: http://developer.choosemuse.com/file-formats/muse
§ getData()
String com.choosemuse.libmuse.AnnotationData.getData |
( |
| ) |
|
|
inline |
This is additional data for the event, can be in any format specified by AnnotationFormat
§ getEventId()
String com.choosemuse.libmuse.AnnotationData.getEventId |
( |
| ) |
|
|
inline |
This can be used to pair events together or give them unique IDs. If you do not need this value, set it to the empty string "".
§ getEventType()
String com.choosemuse.libmuse.AnnotationData.getEventType |
( |
| ) |
|
|
inline |
This can be used to classify events, for example "blink" or "error". If you do not need this value, set it to the empty string "".
§ getFormat()
This specifies the string format of the event data.
§ getParentId()
String com.choosemuse.libmuse.AnnotationData.getParentId |
( |
| ) |
|
|
inline |
This can be used to pair events together or give them unique IDs. If you do not need this value, set it to the empty string "".
§ toString()
String com.choosemuse.libmuse.AnnotationData.toString |
( |
| ) |
|
|
inline |
Returns a string representation of this object.
- Returns
- a string representation of this object.
The documentation for this class was generated from the following file: