A VP8 packet fragment. More...
Public Member Functions | |
Fragment (fm.liveswitch.RtpPacketHeader header, fm.liveswitch.DataBuffer dataBuffer) | |
Initializes a new instance of the fm.liveswitch.vp8.Fragment class. More... | |
int | getKeyIndex () |
Gets the key index. More... | |
boolean | getLayerSync () |
Gets whether layer sync is set. More... | |
boolean | getNonReferenceFrame () |
Gets whether this fragment belongs to a non-reference frame. More... | |
int | getPartitionIndex () |
Gets the partition index. More... | |
int | getPictureId () |
Gets the picture ID. More... | |
int | getRtpSequenceNumber () |
Gets the RTP sequence number. More... | |
long | getRtpTimestamp () |
Gets the RTP timestamp. More... | |
boolean | getStartOfPartition () |
Gets whether this fragment is the start of a partition. More... | |
int | getTemporalLayerIndex () |
Gets the temporal layer index. More... | |
int | getTemporalLevelZeroIndex () |
Gets the temporal level zero index. More... | |
Public Member Functions inherited from fm.liveswitch.VideoFragment | |
void | destroy () |
Destroys this fragment. More... | |
void | free () |
Frees the underlying data buffer. More... | |
fm.liveswitch.DataBuffer | getBuffer () |
Gets the data. More... | |
boolean | getFirst () |
Gets whether this is the first packet. More... | |
boolean | getLast () |
Gets whether this is the last packet. More... | |
void | keep () |
Keeps the underlying data buffer. More... | |
void | setBuffer (fm.liveswitch.DataBuffer value) |
Sets the data. More... | |
void | setFirst (boolean value) |
Sets whether this is the first packet. More... | |
void | setLast (boolean value) |
Sets whether this is the last packet. More... | |
VideoFragment () | |
A VP8 packet fragment.
fm.liveswitch.vp8.Fragment.Fragment | ( | fm.liveswitch.RtpPacketHeader | header, |
fm.liveswitch.DataBuffer | dataBuffer | ||
) |
Initializes a new instance of the fm.liveswitch.vp8.Fragment class.
header | The rtp packet header. |
dataBuffer | The data buffer. |
int fm.liveswitch.vp8.Fragment.getKeyIndex | ( | ) |
Gets the key index.
boolean fm.liveswitch.vp8.Fragment.getLayerSync | ( | ) |
Gets whether layer sync is set.
boolean fm.liveswitch.vp8.Fragment.getNonReferenceFrame | ( | ) |
Gets whether this fragment belongs to a non-reference frame.
int fm.liveswitch.vp8.Fragment.getPartitionIndex | ( | ) |
Gets the partition index.
int fm.liveswitch.vp8.Fragment.getPictureId | ( | ) |
Gets the picture ID.
int fm.liveswitch.vp8.Fragment.getRtpSequenceNumber | ( | ) |
Gets the RTP sequence number.
long fm.liveswitch.vp8.Fragment.getRtpTimestamp | ( | ) |
Gets the RTP timestamp.
boolean fm.liveswitch.vp8.Fragment.getStartOfPartition | ( | ) |
Gets whether this fragment is the start of a partition.
int fm.liveswitch.vp8.Fragment.getTemporalLayerIndex | ( | ) |
Gets the temporal layer index.
int fm.liveswitch.vp8.Fragment.getTemporalLevelZeroIndex | ( | ) |
Gets the temporal level zero index.