public class MediaMarkerTimingSpecifier extends TimingSpecifier
| Modifier and Type | Field | Description |
|---|---|---|
protected InstanceTime |
instance |
The instance time.
|
protected java.lang.String |
markerName |
The media marker name.
|
protected TimedElement |
mediaElement |
The media element.
|
protected java.lang.String |
syncbaseID |
The ID of the media element.
|
isBegin, owner| Constructor | Description |
|---|---|
MediaMarkerTimingSpecifier(TimedElement owner,
boolean isBegin,
java.lang.String syncbaseID,
java.lang.String markerName) |
Creates a new MediaMarkerTimingSpecifier object.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isEventCondition() |
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
|
java.lang.String |
toString() |
Returns a string representation of this timing specifier.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdeinitialize, getOwner, initialize, isBeginprotected java.lang.String syncbaseID
protected TimedElement mediaElement
protected java.lang.String markerName
protected InstanceTime instance
public MediaMarkerTimingSpecifier(TimedElement owner, boolean isBegin, java.lang.String syncbaseID, java.lang.String markerName)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isEventCondition()
isEventCondition in class TimingSpecifierCopyright ? 2018 Apache Software Foundation. All Rights Reserved.