mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
parent
4280511a33
commit
826c73a16b
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ public class DemoPlayer implements ExoPlayer.Listener, ChunkSampleSource.EventLi
|
|||
public static final int DISABLED_TRACK = -1;
|
||||
public static final int PRIMARY_TRACK = 0;
|
||||
|
||||
public static final int RENDERER_COUNT = 5;
|
||||
public static final int RENDERER_COUNT = 6;
|
||||
public static final int TYPE_VIDEO = 0;
|
||||
public static final int TYPE_AUDIO = 1;
|
||||
public static final int TYPE_TEXT = 2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue