MillicastSDK 2.0.0
|
Responsible for managing playback devices. More...
#import <source.h>
Instance Methods | |
(void) | - initPlayback |
Initializes the playback device. | |
(bool) | - isPlaying |
Responsible for managing playback devices.
- (void) initPlayback |
Initializes the playback device.
Reimplemented in MCAudioPlayback.
- (bool) isPlaying |
Checks whether the playback device is currently playing media (true) or not (false).
Reimplemented in MCAudioPlayback.