Add TRICK_PLAY constant to core Exo.

Seems generally useful to have.
This commit is contained in:
Oliver Woodman 2015-05-22 20:38:23 +01:00
parent 3e62b63eb2
commit 30011285bb

View file

@ -67,6 +67,10 @@ public abstract class Chunk implements Loadable {
* Value of {@link #trigger} for a load triggered by an adaptive format selection.
*/
public static final int TRIGGER_ADAPTIVE = 3;
/**
* Value of {@link #trigger} for a load triggered whilst in a trick play mode.
*/
public static final int TRIGGER_TRICK_PLAY = 4;
/**
* Implementations may define custom {@link #trigger} codes greater than or equal to this value.
*/