- java.lang.Object
-
- org.praxislive.video.pgl.PGLPlayerFactory
-
- All Implemented Interfaces:
PlayerFactory
public class PGLPlayerFactory extends Object implements PlayerFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PGLPlayerFactory.Default
static class
PGLPlayerFactory.GL2
static class
PGLPlayerFactory.GL3
static class
PGLPlayerFactory.GL4
static class
PGLPlayerFactory.GLES2
-
Nested classes/interfaces inherited from interface org.praxislive.video.PlayerFactory
PlayerFactory.Provider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Player
createPlayer(PlayerConfiguration config, ClientConfiguration[] clients)
-
-
-
Method Detail
-
createPlayer
public Player createPlayer(PlayerConfiguration config, ClientConfiguration[] clients) throws Exception
- Specified by:
createPlayer
in interfacePlayerFactory
- Throws:
Exception
-
-