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

#import <viewer.h>

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

Properties

NSString * encodingId
 The encoding id of the simulcast/SVC layer.
 
int bitrate
 The bitrate of the SVC layer.
 
NSNumber * spatialLayerId
 The spatial layer id of a SVC layer.
 
NSNumber * temporalLayerId
 The temporal layer id of the SVC layer.
 
NSNumber * maxTemporalLayerId
 The maximum temporal layer to be used. Set by app.
 
NSNumber * maxSpatialLayerId
 The maximum spatial layer to be used. Set by app.
 
MCLayerResolutionlayerResolution
 The resolution of frames in the layer.
 

Detailed Description

The layer data is used to select a simulcast/svc layer. by sending a command to the server using the select or project method.

Property Documentation

◆ bitrate

- (int) bitrate
readwriteatomic

The bitrate of the SVC layer.

◆ encodingId

- (NSString*) encodingId
readwritenonatomicstrong

The encoding id of the simulcast/SVC layer.

◆ layerResolution

- (MCLayerResolution*) layerResolution
readwritenonatomicassign

The resolution of frames in the layer.

◆ maxSpatialLayerId

- (NSNumber*) maxSpatialLayerId
readwritenonatomicassign

The maximum spatial layer to be used. Set by app.

◆ maxTemporalLayerId

- (NSNumber*) maxTemporalLayerId
readwritenonatomicassign

The maximum temporal layer to be used. Set by app.

◆ spatialLayerId

- (NSNumber*) spatialLayerId
readwritenonatomicassign

The spatial layer id of a SVC layer.

◆ temporalLayerId

- (NSNumber*) temporalLayerId
readwritenonatomicassign

The temporal layer id of the SVC layer.


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