MillicastSDK 1.8.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
millicast::ViewerProjectionData Struct Reference

The projection data is used to project a video/audio track into a specific transceiver. We send a command to the media server using the project method to choose which track to project. More...

#include <viewer.h>

Public Attributes

std::string track_id
 
std::string media
 
std::string mid
 
std::optional< ViewerLayerDatalayer
 

Detailed Description

The projection data is used to project a video/audio track into a specific transceiver. We send a command to the media server using the project method to choose which track to project.

Member Data Documentation

◆ layer

std::optional<ViewerLayerData> millicast::ViewerProjectionData::layer

Optionally set a simulcast/SVC layer for this track

◆ media

std::string millicast::ViewerProjectionData::media

The kind of the media track, either "video" or "audio"

◆ mid

std::string millicast::ViewerProjectionData::mid

The mid of the transceiver you want to project into

◆ track_id

std::string millicast::ViewerProjectionData::track_id

The name of the track om the media server side (sent in the active event)


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