An H.265 packet fragment. More...
Public Member Functions | |
void | destroy () |
Destroys this fragment. More... | |
Fragment (fm.liveswitch.RtpPacketHeader header, fm.liveswitch.DataBuffer dataBuffer) | |
Initializes a new instance of the fm.liveswitch.h265.Fragment class. More... | |
Public Member Functions inherited from fm.liveswitch.VideoFragment | |
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 () | |
An H.265 packet fragment.
fm.liveswitch.h265.Fragment.Fragment | ( | fm.liveswitch.RtpPacketHeader | header, |
fm.liveswitch.DataBuffer | dataBuffer | ||
) |
Initializes a new instance of the fm.liveswitch.h265.Fragment class.
header | The rtp packet header. |
dataBuffer | The data buffer. |
void fm.liveswitch.h265.Fragment.destroy | ( | ) |
Destroys this fragment.
Reimplemented from fm.liveswitch.VideoFragment.