| 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. |