org.ocap.shared.media
Interface TimeLineControl

All Superinterfaces:
javax.media.Control
All Known Subinterfaces:
CRIDTimeLineControl

public interface TimeLineControl
extends javax.media.Control

Provides access to the transmitted timelines in a piece of content


Method Summary
 TimeLine[] getTimeLines()
          Returns all the transmitted timelines found in a piece of content.
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Method Detail

getTimeLines

TimeLine[] getTimeLines()
Returns all the transmitted timelines found in a piece of content. If no transmitted timelines are present then an array of length 0 is returned.

Returns:
an arry of timelines