public class MediaMarkerTimingSpecifier extends TimingSpecifier
Modifier and Type | Field and Description |
---|---|
protected InstanceTime |
instance
The instance time.
|
protected String |
markerName
The media marker name.
|
protected TimedElement |
mediaElement
The media element.
|
protected String |
syncbaseID
The ID of the media element.
|
isBegin, owner
Constructor and Description |
---|
MediaMarkerTimingSpecifier(TimedElement owner,
boolean isBegin,
String syncbaseID,
String markerName)
Creates a new MediaMarkerTimingSpecifier object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier).
|
String |
toString()
Returns a string representation of this timing specifier.
|
deinitialize, getOwner, initialize, isBegin
protected String syncbaseID
protected TimedElement mediaElement
protected String markerName
protected InstanceTime instance
public MediaMarkerTimingSpecifier(TimedElement owner, boolean isBegin, String syncbaseID, String markerName)
public String toString()
public boolean isEventCondition()
isEventCondition
in class TimingSpecifier
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.