- java.lang.Object
-
- org.praxislive.video.PlayerConfiguration
-
public final class PlayerConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description PlayerConfiguration(org.praxislive.core.Clock clock, int width, int height, double fps)PlayerConfiguration(org.praxislive.core.Clock clock, int width, int height, double fps, org.praxislive.core.Lookup lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.praxislive.core.ClockgetClock()doublegetFPS()intgetHeight()org.praxislive.core.LookupgetLookup()intgetWidth()
-