public class RTPLocalPacket extends Object
| Constructor and Description |
|---|
RTPLocalPacket() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBframeFlag() |
int |
getExtraFlag() |
int |
getMbit() |
byte[] |
getPayload() |
int |
getPayloadType() |
int |
getPbit() |
int |
getRelativeTime() |
int |
getRepeatFlag() |
int |
getRtpSequenceSeed() |
long |
getRtpTimestamp() |
int |
getXbit() |
int |
load(RandomAccessFile raAccFile) |
List<RTPConstructor> |
RTPConstructorList() |
void |
setPayload(byte[] payload) |
void |
setRtpTimestamp(long timestamp) |
byte[] |
toByteArray(long ssrc) |
public int load(RandomAccessFile raAccFile) throws IOException
IOExceptionpublic int getRelativeTime()
public int getPbit()
public int getXbit()
public int getMbit()
public int getPayloadType()
public int getExtraFlag()
public int getBframeFlag()
public int getRepeatFlag()
public int getRtpSequenceSeed()
public List<RTPConstructor> RTPConstructorList()
public byte[] getPayload()
public void setPayload(byte[] payload)
public long getRtpTimestamp()
public void setRtpTimestamp(long timestamp)
public byte[] toByteArray(long ssrc)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.