MillicastSDK 2.0.0
|
#include <track.h>
Classes | |
struct | Layer |
The layer data is used to select a simulcast/svc layer. by sending a command to the server using the select or project method. More... | |
struct | Resolution |
Represents resolution of a video frame. More... | |
Public Attributes | |
std::vector< Layer > | active |
std::vector< std::string > | inactive |
The layers update event.
Note that if the RtsTrack is projected onto multiple RtcTracks, the backend sends layers per RtcTrack, so the RTS track will get multiple layer events. No debouncing/deduplication is implemented.
std::vector<Layer> millicast::RtsRemoteTrack::Layers::active |
std::vector<std::string> millicast::RtsRemoteTrack::Layers::inactive |