Uses of Interface
org.ocap.media.VBIFilter

Packages that use VBIFilter
org.ocap.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
 

Uses of VBIFilter in org.ocap.media
 

Methods in org.ocap.media that return VBIFilter
 VBIFilter VBIFilterGroup.newVBIFilter(int[] lineNumber, int field, int dataFormat, int unitLength, int bufferSize)
          Create a new VBIFilter instance within a VBIFilterGroup instance.
 

Constructors in org.ocap.media with parameters of type VBIFilter
VBIFilterEvent(VBIFilter f, Object appData, int evtCode)
          This constructs a VBIFilterEvent for the specified VBIFilter object.