public class RtcpAppDefined extends RtcpHeader
Modifier | Constructor and Description |
---|---|
|
RtcpAppDefined() |
protected |
RtcpAppDefined(boolean padding,
int subType,
long ssrc,
String name,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
protected int |
decode(byte[] rawData,
int offSet) |
protected int |
encode(byte[] rawData,
int offSet) |
byte[] |
getData() |
String |
getName() |
long |
getSsrc() |
int |
getSubType() |
getCount, getLength, getPacketType, getVersion, isPadding
public RtcpAppDefined()
protected RtcpAppDefined(boolean padding, int subType, long ssrc, String name, byte[] data)
protected int decode(byte[] rawData, int offSet)
decode
in class RtcpHeader
protected int encode(byte[] rawData, int offSet)
encode
in class RtcpHeader
public byte[] getData()
public String getName()
public long getSsrc()
public int getSubType()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.