us.ihmc.graphics3DAdapter.camera
Class VideoSettingsFactory

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.camera.VideoSettingsFactory

public class VideoSettingsFactory
extends java.lang.Object


Constructor Summary
VideoSettingsFactory()
           
 
Method Summary
static VideoSettingsH264LowLatency get128kBitSettings()
           
static VideoSettingsH264LowLatency get256kBitSettings()
           
static VideoSettingsH264LowLatency get32kBitSettings()
           
static VideoSettingsH264LowLatency get512kBitSettings()
           
static VideoSettingsH264LowLatency get64kBitSettings()
           
static VideoSettingsH264LowLatency getSettings(VideoSettings.VideoCompressionKey compressionKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoSettingsFactory

public VideoSettingsFactory()
Method Detail

get32kBitSettings

public static VideoSettingsH264LowLatency get32kBitSettings()

get64kBitSettings

public static VideoSettingsH264LowLatency get64kBitSettings()

get128kBitSettings

public static VideoSettingsH264LowLatency get128kBitSettings()

get256kBitSettings

public static VideoSettingsH264LowLatency get256kBitSettings()

get512kBitSettings

public static VideoSettingsH264LowLatency get512kBitSettings()

getSettings

public static VideoSettingsH264LowLatency getSettings(VideoSettings.VideoCompressionKey compressionKey)