MillicastSDK 1.8.4
Loading...
Searching...
No Matches
Properties | List of all members
MCProjectionData Class Reference

#import <viewer.h>

Inheritance diagram for MCProjectionData:
Inheritance graph
[legend]
Collaboration diagram for MCProjectionData:
Collaboration graph
[legend]

Properties

NSString * trackId
 The id of the track on the server side.
 
NSString * media
 Kind of the track. Either "video" or "audio".
 
NSString * mid
 The transceiver mid associated to the track.
 
MCLayerDatalayer
 Optionally choose a simulcast layer.
 

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

Property Documentation

◆ layer

- (MCLayerData*) layer
readwritenonatomicstrong

Optionally choose a simulcast layer.

◆ media

- (NSString*) media
readwritenonatomicstrong

Kind of the track. Either "video" or "audio".

◆ mid

- (NSString*) mid
readwritenonatomicstrong

The transceiver mid associated to the track.

◆ trackId

- (NSString*) trackId
readwritenonatomicstrong

The id of the track on the server side.


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