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

Packages that use Sink
de.humatic.dsj   
de.humatic.dsj.sink   
 

Uses of Sink in de.humatic.dsj
 

Methods in de.humatic.dsj with parameters of type Sink
 int DSFiltergraph.connectSink(Sink sink)
          Connects the given Sink object to the graph.
 

Uses of Sink in de.humatic.dsj.sink
 

Subclasses of Sink in de.humatic.dsj.sink
 class DumpSink
          DumpSink is a special form of FileSink, used to isolate raw elementary streams from media files.
 class DVPlayoutSink
          DVPlayoutSink provides functionality to render a filtergraph to a computer's physical IEEE 1394 / firewire output.
 class FileSink
          FileSink is an abstraction of filter assemblies that encode and multiplex data into various types of files.
 class NetworkSink
          Base class for network sinks.
 class PlayoutSink
          Base class for hardware playout sinks.
 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.
 class WMNetSink
          WMNetSink may be used to stream any DSFiltergraph's data to the network using the same pseudo mms over http mechanisms that Windows Media Encoder uses.
To receive the stream connect to %localPort on the computer this sink is running on by specifing a url like http://machineThatStreams:8080/anyFilename.asf in DSMovie constructors or in WindowsMedia Player.
The maximum number of clients is 50.
 class WMPushSink
          WMPushSink may be used to push any DSFiltergraph's data to a publishing point on a WindowsMedia server.
The publishing point (and optionally the port number) are passed in the URL (for example mms://MyServer/MyPublishingPoint, or mms://MyServer:8080/MyPublishingPoint)
There are a lot of ISPs that offer WindowsMediaServer channels, some also run freely accessible test servers that may come in handy during programming.
Quality and bitrate of the stream are controlled by the supplied WindowsMedia profile.
 class WMSink
          Base class for WindowsMedia network sinks.