Uses of Class
de.humatic.dsj.sink.PlayoutSink

Packages that use PlayoutSink
de.humatic.dsj.sink   
 

Uses of PlayoutSink in de.humatic.dsj.sink
 

Subclasses of PlayoutSink in de.humatic.dsj.sink
 class DVPlayoutSink
          DVPlayoutSink provides functionality to render a filtergraph to a computer's physical IEEE 1394 / firewire output.
 class USB_DVR2Sink
          Hardware-sink to render a filtergraph out to a USB connected capture device / playout box based on the Cirrus Logic USB-DVR2 chip.
 

Methods in de.humatic.dsj.sink that return PlayoutSink
static PlayoutSink PlayoutSink.fromXML(java.lang.String name, java.lang.String outputPath)
          Creates a PlayoutSink from a filterchain description layed out in the xml setup file, allowing to easily extend functionality.
You will only get a valid object returned if the native DirectShow filters listed in the xml are installed on the runtime system.