RDK Documentation (Open Sourced RDK Components)
WebVttSelectionPacket Class Reference
Inheritance diagram for WebVttSelectionPacket:
Inheritance graph
Collaboration diagram for WebVttSelectionPacket:
Collaboration graph

Public Member Functions

 WebVttSelectionPacket (uint32_t channelId, uint32_t counter, uint32_t width, uint32_t height)
 
- Public Member Functions inherited from Packet
 Packet (std::uint32_t counter)
 
const uint32_t getType ()
 
const std::vector< uint8_t > & getBytes ()
 
const std::uint32_t getCounter ()
 

Static Private Attributes

static constexpr std::uint8_t WEBVTT_SELECTION_PACKET_SIZE = 12
 

Additional Inherited Members

- Static Public Member Functions inherited from Packet
static std::string getTypeString (uint32_t type)
 
- Protected Types inherited from Packet
enum  PacketType : std::uint32_t
 
- Protected Member Functions inherited from Packet
std::vector< uint8_t > & getBuffer ()
 
void append32 (std::uint32_t value)
 
void append64 (std::int64_t value)
 
void appendType (PacketType type)
 
- Protected Attributes inherited from Packet
std::vector< uint8_t > m_buffer
 
std::uint32_t m_counter
 

yes

Definition at line 25 of file WebVttPacket.hpp.

Constructor & Destructor Documentation

◆ WebVttSelectionPacket()

WebVttSelectionPacket::WebVttSelectionPacket ( uint32_t  channelId,
uint32_t  counter,
uint32_t  width,
uint32_t  height 
)
inline

Constructor.

Parameters
channelIdPacket channelId.
counterPacket counter.
widthDisplay width.
heightDisplay height.

Definition at line 40 of file WebVttPacket.hpp.


The documentation for this class was generated from the following file: