us.ihmc.graphics3DAdapter.camera
Interface VideoSettings

All Known Implementing Classes:
VideoSettingsH264LowLatency

public interface VideoSettings


Nested Class Summary
static class VideoSettings.VideoCompressionKey
           
static class VideoSettings.VideoQualitySetting
           
 
Method Summary
 com.xuggle.xuggler.ICodec.ID getCodec()
           
 com.xuggle.xuggler.IPixelFormat.Type getColorSpace()
           
 int getGlobalQuality()
           
 int getHeight()
           
 int getNumberOfPicturesInGroupOfPictures()
           
 com.xuggle.xuggler.IRational getTimeBase()
           
 VideoSettings.VideoCompressionKey getVideoCompressionKey()
           
 int getWidth()
           
 

Method Detail

getVideoCompressionKey

VideoSettings.VideoCompressionKey getVideoCompressionKey()

getCodec

com.xuggle.xuggler.ICodec.ID getCodec()

getColorSpace

com.xuggle.xuggler.IPixelFormat.Type getColorSpace()

getGlobalQuality

int getGlobalQuality()

getTimeBase

com.xuggle.xuggler.IRational getTimeBase()

getWidth

int getWidth()

getHeight

int getHeight()

getNumberOfPicturesInGroupOfPictures

int getNumberOfPicturesInGroupOfPictures()