MillicastSDK 2.0.0
|
#import <source.h>
Instance Methods | |
(void) | - initPlayback |
Initializes the playback device. | |
(bool) | - isPlaying |
initWithCppSource: | |
Instance Methods inherited from MCSource | |
(MCSourceType) | - getType |
(NSString *) | - getName |
(NSString *) | - getUniqueId |
(NSString *) | - getTypeAsString |
(void) | - initPlayback |
Initializes the playback device. | |
(bool) | - isPlaying |
Instance Methods inherited from <MCAudioControl> | |
(void) | - setVolume: |
(void) | - setNumChannel: |
(void) | - mute: |
(uint32_t) | - getVolume |
(bool) | - isMuted |
Provides functionalities for managing audio playback. This class inherits the Source class, however this is not a capture source.
- (void) initPlayback |
Initializes the playback device.
Reimplemented from <PlaybackSource>.
- (bool) isPlaying |
Checks whether the playback device is playing.
Reimplemented from <PlaybackSource>.