#include <privmx/endpoint/stream/Types.hpp>
Public Attributes | |
| std::optional< StreamTrackInfo > | before |
| std::optional< StreamTrackInfo > | after |
Holds information about a modification of a single track.
| std::optional<StreamTrackInfo> privmx::endpoint::stream::StreamTrackModificationPair::after |
state of the track after the modification, or no value if the track has been removed
| std::optional<StreamTrackInfo> privmx::endpoint::stream::StreamTrackModificationPair::before |
state of the track before the modification, or no value if the track has just been added