MillicastSDK 2.0.0
Loading...
Searching...
No Matches
renderer.h
Go to the documentation of this file.
1#import <AVFoundation/AVFoundation.h>
2
4#import <MillicastSDK/exports.h>
6
10@protocol MCVideoRenderer <NSObject>
11
15- (void) didReceiveFrame:(id<MCVideoFrame>)frame;
16
17@end
18
19// Audio //////////////////////////////////////////////////////////////////////
20
24@protocol MCAudioRenderer <NSObject>
25
29- (void) didReceiveFrame:(MCAudioFrame*) frame;
30
31@end
32
36
41- (void) setName: (NSString*) name;
42
46
47@end
#define MILLICAST_API
Definition exports.h:51
Definition frames.h:68
Definition renderer.h:35
MCNdiRenderer * create()
Definition renderer.h:10