Uses of Class
de.humatic.dsj.src.rtmp.AMFType

Packages that use AMFType
de.humatic.dsj.src.rtmp   
 

Uses of AMFType in de.humatic.dsj.src.rtmp
 

Subclasses of AMFType in de.humatic.dsj.src.rtmp
 class ConnectionParameter
          Struct used when passing extended connection parameters to the RTMPSource.
 

Constructors in de.humatic.dsj.src.rtmp with parameters of type AMFType
RTMPMessage(int messageType, AMFType[] values)
          Creates an RTMP packet with the given RTMP type and the supplied arguments on AMF channel 3, stream nr.
RTMPMessage(int channel, int stream, int messageType, AMFType[] values)
          Creates an RTMP packet on the given AMF channel number (lower 5 bits of first headerbyte) and with the given streamnumber in the last 4 header bytes.
RTMPMessage(int channel, int stream, int messageType, AMFType[] values, int chunkSize)
          Creates an RTMP packet on the given AMF channel number (lower 5 bits of first headerbyte) and with the given streamnumber in the last 4 header bytes, overwriting the default 128 byte chunk size.