#include <privmx/endpoint/stream/Types.hpp>
Public Attributes | |
| int64_t | id |
| std::string | userId |
| std::optional< std::string > | metadata |
| bool | dummy |
| std::vector< StreamTrackInfo > | tracks |
Holds information about a Stream and its tracks.
| bool privmx::endpoint::stream::StreamInfo::dummy |
determines whether the Stream is a dummy (placeholder) Stream
| int64_t privmx::endpoint::stream::StreamInfo::id |
ID of the Stream
| std::optional<std::string> privmx::endpoint::stream::StreamInfo::metadata |
Stream's metadata in serialized JSON
| std::vector<StreamTrackInfo> privmx::endpoint::stream::StreamInfo::tracks |
details of the Stream's tracks
| std::string privmx::endpoint::stream::StreamInfo::userId |
ID of the user who published the Stream