MillicastSDK 2.2.0
|
This protocol can be used to implement objects that receive video frames in your applications. Used in MCVideoTrack/addRenderer:
to start receiving / video frames from that video track.
/ This handler is called when a new video frame becomes available, either captured or received. / - Parameters: / - frame: A raw video frame.
@end
Audio //////////////////////////////////////////////////////////////////////
/ 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.