fm.liveswitch.vp9.Fragment Class Reference

A VP9 packet fragment. More...

Public Member Functions

 Fragment (fm.liveswitch.RtpPacketHeader header, fm.liveswitch.DataBuffer dataBuffer)
 Initializes a new instance of the fm.liveswitch.vp9.Fragment class. 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 ()
 

Detailed Description

A VP9 packet fragment.

Constructor & Destructor Documentation

◆ Fragment()

fm.liveswitch.vp9.Fragment.Fragment ( fm.liveswitch.RtpPacketHeader  header,
fm.liveswitch.DataBuffer  dataBuffer 
)

Initializes a new instance of the fm.liveswitch.vp9.Fragment class.

Parameters
headerThe rtp packet header.
dataBufferThe data buffer.