One chunk of a data stream’s payload.
More...
#include <room_event_types.h>
|
|
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.
|
| |
One chunk of a data stream’s payload.
The documentation for this struct was generated from the following file: