Uses of Class
com.teamdev.jxcapture.video.win.directshow.wrappers.AspectRatioMode

Packages that use AspectRatioMode
com.teamdev.jxcapture.video.win.directshow.wrappers   
com.teamdev.jxcapture.video.win.directshow.wrappers.impl   
 

Uses of AspectRatioMode in com.teamdev.jxcapture.video.win.directshow.wrappers
 

Methods in com.teamdev.jxcapture.video.win.directshow.wrappers that return AspectRatioMode
static AspectRatioMode AspectRatioMode.getMode(int value)
           
static AspectRatioMode AspectRatioMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AspectRatioMode[] AspectRatioMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AspectRatioMode in com.teamdev.jxcapture.video.win.directshow.wrappers.impl
 

Methods in com.teamdev.jxcapture.video.win.directshow.wrappers.impl that return AspectRatioMode
 AspectRatioMode IVMRWindowlessControlImpl.getAspectRatioMode()
           
 AspectRatioMode IVMRAspectRatioControlImpl.getAspectRatioMode()
           
 AspectRatioMode IVMRAspectRatioControl9Impl.getAspectRatioMode()
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.wrappers.impl with parameters of type AspectRatioMode
 void IVMRWindowlessControlImpl.setAspectRatioMode(AspectRatioMode value)
           
 void IVMRAspectRatioControlImpl.setAspectRatioMode(AspectRatioMode value)
           
 void IVMRAspectRatioControl9Impl.setAspectRatioMode(AspectRatioMode value)