MillicastSDK 2.0.0
|
#import <renderer.h>
Instance Methods | |
(void) | - didReceiveFrame: |
This protocol can be implemented to receive audio frames from audio tracks. However, The recommended method to render audio is to use MCAudioPlaback
instead. See MCAudioTrack/addRenderer:
to attach an audio renderer.
- (void) didReceiveFrame: | (MCAudioFrame *) | frame |
This handler is called when a new audio frame is available.