MillicastSDK 2.2.0
|
The RTS logical track's audio interface. More...
#include <rts_remote_track.h>
Instance Methods | |
(instancetype _Nonnull) | - NS_UNAVAILABLE |
(void) | - enableWithCompletionHandler: |
(void) | - setVolume:completionHandler: |
(instancetype _Nonnull) | - initWithNativeTrack: [implementation] |
Instance Methods inherited from MCRTSRemoteTrack | |
(void) | - cancelAsyncStreamAdapter [implementation] |
Properties | |
millicast::RtsRemoteAudioTrack *_Nonnull | __rtsRemoteAudioTrack [implementation] |
millicast::RtsRemoteAudioTrack * | nativeHandle [implementation] |
Additional Inherited Members | |
Class Methods inherited from MCRTSRemoteTrack | |
(instancetype _Nonnull) | + rtsRemoteTrackWithNativeTrack: [implementation] |
The RTS logical track's audio interface.
- (void) enableWithCompletionHandler: | (nonnull void(^)(NSError *_Nullable)) | completionHandler |
Enable the audio track to start receiving media.
|
implementation |
- (instancetype _Nonnull) NS_UNAVAILABLE |
- (void) setVolume: | (double) | volume | |
completionHandler: | (setVolume(_:completionHandler:)) | NS_SWIFT_NAME |
Set audio volume
The volume will only be set if projected, and will be reset when unprojected.
|
readnonatomicassignimplementation |
|
readnonatomicassignimplementation |