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

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

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

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv that return IWMStreamConfig
 IWMStreamConfig IWMProfile.getStream(int streamIndex)
           
 IWMStreamConfig IWMProfile.getStreamByNumber(int streamIndex)
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv with parameters of type IWMStreamConfig
 void IWMProfile.addStream(IWMStreamConfig stream)
           
 void IWMProfile.createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType, IWMStreamConfig stream)
           
 void IWMProfile.reconfigStream(IWMStreamConfig stream)
           
 void IWMProfile.removeStream(IWMStreamConfig stream)
           
 

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

Classes in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl that implement IWMStreamConfig
 class IWMStreamConfigImpl
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl that return IWMStreamConfig
 IWMStreamConfig IWMProfileImpl.getStream(int streamIndex)
           
 IWMStreamConfig IWMProfileImpl.getStreamByNumber(int number)
           
 

Methods in com.teamdev.jxcapture.video.win.directshow.encoding.wmv.impl with parameters of type IWMStreamConfig
 void IWMProfileImpl.addStream(IWMStreamConfig stream)
           
 void IWMProfileImpl.createNewStream(com.teamdev.jxdesktop.win32.ole.GUID streamType, IWMStreamConfig stream)
           
 void IWMProfileImpl.reconfigStream(IWMStreamConfig stream)
           
 void IWMProfileImpl.removeStream(IWMStreamConfig stream)