MillicastSDK 2.0.0
|
#import <rts_remote_track.h>
Instance Methods | |
(instancetype _Nonnull) | - initWithLayer: |
(void) | - setSpatialLayerId: |
(void) | - resetSpatialLayerId |
Reset the spatial layer ID. | |
(void) | - setTemporalLayerId: |
(void) | - resetTemporalLayerId |
Reset the temporal layer ID. | |
(void) | - setMaxSpatialLayerId: |
(void) | - resetMaxSpatialLayerId: |
Reset the max spatial layer ID. | |
(void) | - setMaxTemporalLayerId: |
(void) | - resetMaxTemporalLayerId |
Reset the max temporal layer ID. | |
__nativeLayer | |
Properties | |
NSString *_Nullable | encodingId |
The encoding Id of the layer you wish to select. | |
NSNumber *_Nullable | spatialLayerId |
The spatial layer ID of the SVC layer you wish to select. | |
NSNumber *_Nullable | temporalLayerId |
The temporal layer ID of the SVC layer you wish to select. | |
NSNumber *_Nullable | maxSpatialLayerId |
The maximum spatial layer to allow the media server to select automatically. | |
NSNumber *_Nullable | maxTemporalLayerId |
The maximum temporal layer to allow the media server to select automatically. | |
This class represents the selected layer information which the client wants to inform the media server to select.
- (instancetype _Nonnull) initWithLayer: | (MCRTSRemoteTrackLayer *_Nonnull) | layer |
Convenience initializer to initialize the values with the remote track layer event if no other modification is required.
MCRTSRemoteTrackLayer
- (void) resetMaxSpatialLayerId: | (int) | maxSpatialLayerId |
Reset the max spatial layer ID.
- (void) resetMaxTemporalLayerId |
Reset the max temporal layer ID.
- (void) resetSpatialLayerId |
Reset the spatial layer ID.
- (void) resetTemporalLayerId |
Reset the temporal layer ID.
- (void) setMaxSpatialLayerId: | (int) | maxSpatialLayerId |
Set the maximum spatial layer ID.
- (void) setMaxTemporalLayerId: | (int) | maxTemporalLayerId |
Set the maximum temporal layer ID.
- (void) setSpatialLayerId: | (int) | spatialLayerId |
Set the spatial layer ID.
- (void) setTemporalLayerId: | (int) | temporalLayerId |
Set the temporal layer ID.
|
readwritenonatomicstrong |
The encoding Id of the layer you wish to select.
|
readnonatomicassign |
The maximum spatial layer to allow the media server to select automatically.
|
readnonatomicassign |
The maximum temporal layer to allow the media server to select automatically.
|
readnonatomicassign |
The spatial layer ID of the SVC layer you wish to select.
|
readnonatomicassign |
The temporal layer ID of the SVC layer you wish to select.