Commit 30011285 by Oliver Woodman

Add TRICK_PLAY constant to core Exo.

Seems generally useful to have.
parent 3e62b63e
......@@ -68,6 +68,10 @@ public abstract class Chunk implements Loadable {
*/
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.
*/
public static final int TRIGGER_CUSTOM_BASE = 10000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment