MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
millicast::RtsRemoteTrack::Layers Struct Reference

#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< Layeractive
 
std::vector< std::string > inactive
 

Detailed Description

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.

Member Data Documentation

◆ active

std::vector<Layer> millicast::RtsRemoteTrack::Layers::active

◆ inactive

std::vector<std::string> millicast::RtsRemoteTrack::Layers::inactive

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