Package com.vdocipher.aegis.player
Class VdoTimeLine
-
- All Implemented Interfaces:
public abstract class VdoTimeLine
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VdoTimeLine.VdoWindow
-
Field Summary
Fields Modifier and Type Field Description public final static VdoTimeLine
EMPTY
-
Constructor Summary
Constructors Constructor Description VdoTimeLine()
-
Method Summary
Modifier and Type Method Description abstract int
getWindowCount()
abstract VdoTimeLine.VdoWindow
getWindow(int windowIndex, long defaultPositionProjectionUs)
abstract VdoTimeLine.VdoWindow
getWindow(int windowIndex)
-
-
Method Detail
-
getWindowCount
abstract int getWindowCount()
-
getWindow
abstract VdoTimeLine.VdoWindow getWindow(int windowIndex, long defaultPositionProjectionUs)
-
getWindow
abstract VdoTimeLine.VdoWindow getWindow(int windowIndex)
-
-
-
-