MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
MCRTSRemoteTrackLayers Class Reference

#import <rts_remote_track.h>

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

Instance Methods

(instancetype _Nonnull) - NS_UNAVAILABLE
 

Properties

NSArray< MCRTSRemoteTrackLayer * > *_Nonnull active
 Currently active layers in the event.
 
NSArray< NSString * > *_Nonnull 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.

Method Documentation

◆ NS_UNAVAILABLE

- (instancetype _Nonnull) NS_UNAVAILABLE

Property Documentation

◆ active

- (NSArray<MCRTSRemoteTrackLayer *>* _Nonnull) active
readnonatomicassign

Currently active layers in the event.

◆ inactive

- (NSArray<NSString *>* _Nonnull) inactive
readnonatomicassign

Currently inactive layers in the event, where each element is the MCRTSRemoteTrackLayer/encodingId of the inactive layer


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