PrivMX Endpoint v2.8.0
Loading...
Searching...
No Matches
privmx::endpoint::stream::StreamInfo Struct Reference

#include <privmx/endpoint/stream/Types.hpp>

Public Attributes

int64_t id
std::string userId
std::optional< std::string > metadata
bool dummy
std::vector< StreamTrackInfotracks

Detailed Description

Holds information about a Stream and its tracks.

Member Data Documentation

◆ dummy

bool privmx::endpoint::stream::StreamInfo::dummy

determines whether the Stream is a dummy (placeholder) Stream

◆ id

int64_t privmx::endpoint::stream::StreamInfo::id

ID of the Stream

◆ metadata

std::optional<std::string> privmx::endpoint::stream::StreamInfo::metadata

Stream's metadata in serialized JSON

◆ tracks

std::vector<StreamTrackInfo> privmx::endpoint::stream::StreamInfo::tracks

details of the Stream's tracks

◆ userId

std::string privmx::endpoint::stream::StreamInfo::userId

ID of the user who published the Stream


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