Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::broadcast::Packet Struct Reference

#include <packet.h>

Public Member Functions

 Packet ()
 

Public Attributes

std::vector< uint8_t > data
 
uint64_t timestamp
 
uint32_t cts
 
uint32_t streamIndex
 
bool keyframe
 
bool sequenceHeader
 

Detailed Description

A data blob to be inserted into an FLV stream.

Constructor & Destructor Documentation

◆ Packet()

ttv::broadcast::Packet::Packet ( )
inline

Member Data Documentation

◆ cts

uint32_t ttv::broadcast::Packet::cts

◆ data

std::vector<uint8_t> ttv::broadcast::Packet::data

◆ keyframe

bool ttv::broadcast::Packet::keyframe

◆ sequenceHeader

bool ttv::broadcast::Packet::sequenceHeader

◆ streamIndex

uint32_t ttv::broadcast::Packet::streamIndex

◆ timestamp

uint64_t ttv::broadcast::Packet::timestamp

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