|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSink | |
|---|---|
| de.humatic.dsj.sink | |
| de.humatic.dsj.src.rtp | |
| Uses of JSink in de.humatic.dsj.sink |
|---|
| Subclasses of JSink in de.humatic.dsj.sink | |
|---|---|
class |
HTTPAudioSink
Simple HTTP sink streaming audio data in G711 ulaw or AAC format. |
class |
MJPGSink
Simple sink streaming video data in Motion JPG format via a HTTP server or to a supplied OutputStream. |
class |
MKVSink
Sink for streaming in Matroska (or, at the time being, rather only WebM) format, either from a simple http server or to a user supplied OutputStream. This class still is experimental. |
class |
RTMPSink
Streamsink for publishing audio and videodata to a Flash Media Server. This class handles the RTMP packaging of samples received from DirectShow encoder filters. |
class |
RTPSink
Streamsink for streaming audio and videodata via RTP unicast or multicast or for publishing to a Darwin server. The class handles the RTP packaging of samples received from DirectShow encoder filters and generates sdp announcements as either .sdp files, via SAP or through the streaming server. It currently supports MP4V and H264 video and AAC, AMR and mp3 audio, dsj 0_8_62 adds support for ulaw & alaw audio. |
class |
TSNetworkSink
Sink to stream data in MPEG2 transportstream format. |
| Methods in de.humatic.dsj.sink that return JSink | |
|---|---|
static JSink |
JSink.create(int type,
DSFiltergraph src,
java.io.OutputStream os,
DSMediaType[] types,
int sinkFlags)
|
| Uses of JSink in de.humatic.dsj.src.rtp |
|---|
| Constructors in de.humatic.dsj.src.rtp with parameters of type JSink | |
|---|---|
RTPChannel(JSink sink,
java.lang.String tID,
int pt,
int cNr,
int inssrc)
Constructs an RTPChannel for outgoing data, used by RTPSink. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||