LiveKit C++ Client SDK v1.1.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::DataStreamChunkData Struct Reference

One chunk of a data stream’s payload. More...

#include <room_event_types.h>

Public Attributes

std::string stream_id
 Stream identifier this chunk belongs to.
 
std::uint64_t chunk_index = 0
 Zero-based index of this chunk.
 
std::vector< std::uint8_t > content
 Raw chunk content.
 
std::optional< int > version
 Optional version, mirroring header version if applicable.
 
std::vector< std::uint8_t > iv
 Optional initialization vector for encrypted payloads.
 

Detailed Description

One chunk of a data stream’s payload.


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