Uses of Class
de.humatic.dsj.sink.sa.StreamAnnouncement

Packages that use StreamAnnouncement
de.humatic.dsj.sink   
de.humatic.dsj.sink.sa   
 

Uses of StreamAnnouncement in de.humatic.dsj.sink
 

Constructors in de.humatic.dsj.sink with parameters of type StreamAnnouncement
RTPSink(DSFiltergraph grf, java.lang.String[] targetURLs, DSFilterInfo videoEncoder, DSFilterInfo audioEncoder, StreamAnnouncement sa, int flags)
          Constructs an RTPSink and connects it to the given filtergraph.
%targetURLs - a min 1, max.
 

Uses of StreamAnnouncement in de.humatic.dsj.sink.sa
 

Methods in de.humatic.dsj.sink.sa that return StreamAnnouncement
static StreamAnnouncement StreamAnnouncement.createForType(int type, java.lang.String target)
          Returns a dedicated subclass according to the type parameter, announcing a stream to %target:
To create an .sdp file use createForType(StreamAnnouncement.SDP, sdp_filepath), where filepath can be absolute or relative to the cwd.
SAP announcements (see rfc 2974) are created using createForType(StreamAnnouncement.SAP, null), where the target parameter can optionally take an other than the default SAP (224.2.127.254:9875) IP and port combination.