Modifier and Type | Field | Description |
---|---|---|
long |
endPositionMs |
The end position in milliseconds.
|
boolean |
relativeToDefaultPosition |
Whether
startPositionMs and endPositionMs are relative to the default
position. |
boolean |
relativeToLiveWindow |
Whether the clipping of active media periods moves with a live window.
|
long |
startPositionMs |
The start position in milliseconds.
|
boolean |
startsAtKeyFrame |
Sets whether the start point is guaranteed to be a key frame.
|
public final long startPositionMs
public final long endPositionMs
C.TIME_END_OF_SOURCE
to play to the end of the stream.public final boolean relativeToLiveWindow
false
,
playback ends when it reaches endPositionMs
.public final boolean relativeToDefaultPosition
startPositionMs
and endPositionMs
are relative to the default
position.public final boolean startsAtKeyFrame