mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +00:00
Add TRICK_PLAY constant to core Exo.
Seems generally useful to have.
This commit is contained in:
parent
3e62b63eb2
commit
30011285bb
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue