Uses of Package
de.humatic.dsj

Packages that use de.humatic.dsj
de.humatic.dsj   
de.humatic.dsj.com   
de.humatic.dsj.edit   
de.humatic.dsj.ext   
de.humatic.dsj.rc   
de.humatic.dsj.sbe   
de.humatic.dsj.sink   
de.humatic.dsj.src   
de.humatic.dsj.src.rtp   
de.humatic.dsj.util   
 

Classes in de.humatic.dsj used by de.humatic.dsj
AVCDevice
          Transport control interface for AVC devices.
BDAChannelInfo
           
CaptureDeviceControls
          CaptureDeviceControls can be used for programatical control of capture device parameters (brightness, contrast, hue etc.; zoom, pan & tilt for cameras that support it).
This class is in first hand a wrapper around the IAMVideoProcAmp and IAMCameraControl (resp IAMAudioInputMixer for audio devices) interfaces.
CompressedJavaSource
          Custom DSFilter object working together with the native dsj_CompressedJavaSource & dsj_AsyncJavaSource DirectShow filters.
DSCapture
          DSCapture provides access to DirectShow audio and video capture devices.
DSCapture.CaptureDevice
          Nested class, extending DSFilter and wrapping a capture device, that has been added to the graph.
DSFilter
          DSFilter references a DirectShow Filter that has beem added to the filtergraph.
DSFilter.DSPin
           
DSFiltergraph
          dsj - DirectShow Java Wrapper,

DSFiltergraph is this package's core class.
DSFiltergraph.DSAudioStream
          Nested class that wraps the stream of audio bytes dsj delivers when the DELIVER_AUDIO bit is set on construction.
DSFilterInfo
          DSFilterInfo wraps a descriptive structure around DirectShow filters.
DSFilterInfo.DSCrossBarInfo
          DSCrossBarInfo represents a capture device's crossbar, which is used to hardware-internally connect inputs to outputs on multi analogue IO devices like combined TV / analogue video capture boards.
DSFilterInfo.DSCrossBarInfo.DSCrossBarPin
           
DSFilterInfo.DSPinInfo
          DSPinInfo represents a filter input or output ("Pin" in DirectShow terminology).
DSFilterInfo.DSTVTunerInfo
          DSTVTunerInfo describes the TVTuner interface a Capture Device may expose.
DSGraph
          DSGraph reproduces the DirectShow filtergraph stored in .grf or .xgr files or passed in via streams or strings of raw xml.
DSJException
           
DSJService
          Baseclass for some non-public extensions.
DSMediaType
          DSMediaType loosely wraps DirectShow's AM_MEDIA_TYPE structure.
DSMovie
          DSMovie plays DirectShow compatible audio & video media from files and streams and provides encodeing and editing functionality.
DSMovie.MovieSelection
          MovieSelection is a struct, that contains information needed by an editable DSMovie to access a certain portion of data from a given file.
DSSampleBuffer
          DSSampleBuffer objects are delivered by the SampleAccessFilter, see DSFiltergraph.insertSampleAccessFilter(...)..
EPGData
           
JavaOverlayFilter
          Custom DSFilter object representing the dsj_JavaOverlayFilter which enables mixing of java drawing with the video of running DirectShow filtergraphs.
JavaSourceFilter
          Custom DSFilter object representing the dsj_JavaSourceFilter which will allow dsj to inject the results of java drawing commands into a DirectShow filtergraph.
JavaSourceGraph
          JavaSourceGraph subclasses DSGraph to simplify the setup of rendering Java graphics into DirectShow contexts.
JSampleBuffer
          JSampleBuffer is a typed structure holding a block of data - usually a video- or audioframe - and some related attributes.
JTransInPlaceFilter
          Baseclass for the java side of dsj's native TransInPlace filter.
MovieTrack
          MovieTrack represents a single piece of footage on an editable movie's timeline.
SampleBuffer
          SampleBuffer is the superclass of JSampleBuffer and DSSampleBuffer.
 

Classes in de.humatic.dsj used by de.humatic.dsj.com
DSFilter
          DSFilter references a DirectShow Filter that has beem added to the filtergraph.
DSFiltergraph
          dsj - DirectShow Java Wrapper,

DSFiltergraph is this package's core class.
DSJException
           
 

Classes in de.humatic.dsj used by de.humatic.dsj.edit
DSFilterInfo
          DSFilterInfo wraps a descriptive structure around DirectShow filters.
DSJException
           
 

Classes in de.humatic.dsj used by de.humatic.dsj.ext
DSJException
           
 

Classes in de.humatic.dsj used by de.humatic.dsj.rc
DSFiltergraph
          dsj - DirectShow Java Wrapper,

DSFiltergraph is this package's core class.
DSFilterInfo
          DSFilterInfo wraps a descriptive structure around DirectShow filters.
DSJException
           
 

Classes in de.humatic.dsj used by de.humatic.dsj.sbe
BDAChannelInfo
           
DSFilterInfo
          DSFilterInfo wraps a descriptive structure around DirectShow filters.
DSJException
           
DSStreamBufferGraph
          DSStreamBufferGraph tries to wrap the DirectShow StreamBufferEngine.
 

Classes in de.humatic.dsj used by de.humatic.dsj.sink
DSFiltergraph
          dsj - DirectShow Java Wrapper,

DSFiltergraph is this package's core class.
DSFilterInfo
          DSFilterInfo wraps a descriptive structure around DirectShow filters.
DSJException
           
DSMediaType
          DSMediaType loosely wraps DirectShow's AM_MEDIA_TYPE structure.
SampleBuffer
          SampleBuffer is the superclass of JSampleBuffer and DSSampleBuffer.
 

Classes in de.humatic.dsj used by de.humatic.dsj.src
CompressedJavaSource
          Custom DSFilter object working together with the native dsj_CompressedJavaSource & dsj_AsyncJavaSource DirectShow filters.
DSFilterInfo
          DSFilterInfo wraps a descriptive structure around DirectShow filters.
DSGraph
          DSGraph reproduces the DirectShow filtergraph stored in .grf or .xgr files or passed in via streams or strings of raw xml.
DSJException
           
DSMediaType
          DSMediaType loosely wraps DirectShow's AM_MEDIA_TYPE structure.
 

Classes in de.humatic.dsj used by de.humatic.dsj.src.rtp
CompressedJavaSource
          Custom DSFilter object working together with the native dsj_CompressedJavaSource & dsj_AsyncJavaSource DirectShow filters.
DSJException
           
DSMediaType
          DSMediaType loosely wraps DirectShow's AM_MEDIA_TYPE structure.
SampleBuffer
          SampleBuffer is the superclass of JSampleBuffer and DSSampleBuffer.
 

Classes in de.humatic.dsj used by de.humatic.dsj.util
DSJException