public class RTPHeader
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
VALUE_NOT_SET |
Constructor and Description |
---|
RTPHeader() |
RTPHeader(boolean extensionPresent,
int extensionType,
byte[] extension) |
RTPHeader(int marker) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getExtension() |
int |
getExtensionType() |
boolean |
isExtensionPresent() |
void |
setExtension(byte[] e) |
void |
setExtensionPresent(boolean p) |
void |
setExtensionType(int t) |
public static final int VALUE_NOT_SET
public RTPHeader()
public RTPHeader(int marker)
public RTPHeader(boolean extensionPresent, int extensionType, byte[] extension)
public boolean isExtensionPresent()
public int getExtensionType()
public byte[] getExtension()
public void setExtensionPresent(boolean p)
public void setExtensionType(int t)
public void setExtension(byte[] e)