Uses of Class
com.teamdev.jxcapture.video.win.directshow.encoding.wmv.WmtVersion

Packages that use WmtVersion
com.teamdev.jxcapture.video.win.directshow.encoding.wmv   
com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl   
 

Uses of WmtVersion in com.teamdev.jxcapture.video.win.directshow.encoding.wmv
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv that return WmtVersion
static WmtVersion WmtVersion.getVersionFromNumber(int number)
           
static WmtVersion WmtVersion.getVersionFromNumber(com.jniwrapper.IntegerParameter parameter)
           
static WmtVersion WmtVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WmtVersion[] WmtVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv with parameters of type WmtVersion
 IWMProfile IWMProfileManager.createEmptyProfile(WmtVersion version)
           
 

Uses of WmtVersion in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl with parameters of type WmtVersion
 IWMProfile IWMProfileManagerImpl.createEmptyProfile(WmtVersion version)