com.adobe.mediacore.timeline
Interface TimelineMarker

All Known Implementing Classes:
AdBreak, AdBreakPlacement

public interface TimelineMarker


Method Summary
 long getDuration()
          Returns the duration of this timeline marker.
 long getTime()
          Returns the starting time of this timeline marker.
 

Method Detail

getTime

long getTime()
Returns the starting time of this timeline marker.

Returns:
the time.

getDuration

long getDuration()
Returns the duration of this timeline marker.

Returns:
the duration.