- java.lang.Object
-
- org.praxislive.video.PlayerConfiguration
-
public final class PlayerConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description PlayerConfiguration(Clock clock, int width, int height, double fps)
PlayerConfiguration(Clock clock, int width, int height, double fps, Lookup lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clock
getClock()
double
getFPS()
int
getHeight()
Lookup
getLookup()
int
getWidth()
-