Uses of Interface
com.teamdev.jxcapture.video.win.directshow.encoding.wmv.IWMProfile

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

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

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv that return IWMProfile
 IWMProfile IWMProfileManager.createEmptyProfile(WmtVersion version)
           
 IWMProfile IWMProfileManager.loadProfileByData(java.lang.String value)
           
 IWMProfile IWMProfileManager.loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile)
           
 IWMProfile IWMProfileManager.loadSystemProfile(int profileIndex)
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv with parameters of type IWMProfile
 int IWMProfileManager.saveProfile(IWMProfile profile, com.jniwrapper.WideString profileData)
           
 

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

Classes in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl that implement IWMProfile
 class IWMProfileImpl
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl that return IWMProfile
 IWMProfile IWMProfileManagerImpl.createEmptyProfile(WmtVersion version)
           
 IWMProfile IWMProfileManagerImpl.loadProfileByData(java.lang.String value)
           
 IWMProfile IWMProfileManagerImpl.loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile)
           
 IWMProfile IWMProfileManagerImpl.loadSystemProfile(int profileIndex)
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl with parameters of type IWMProfile
 int IWMProfileManagerImpl.saveProfile(IWMProfile profile, com.jniwrapper.WideString profileData)