MillicastSDK 2.0.0
Loading...
Searching...
No Matches
accelerated_video_renderer.h
Go to the documentation of this file.
2
4@protocol MCAcceleratedVideoRendererDelegate <NSObject>
5
9- (void) didChangeVideoSize:(CGSize) size;
10
11@end
12
22
24@property (nonatomic, weak) id<MCAcceleratedVideoRendererDelegate> _Nullable delegate;
25
27@property(atomic, readonly) CGSize videoSize;
28
30- (nonnull instancetype) init;
31
35- (nonnull instancetype) initWithColorRangeExpansion: (BOOL) enable;
36@end
#define MILLICAST_API
Definition exports.h:51
Definition accelerated_video_renderer.h:21
id< MCAcceleratedVideoRendererDelegate > _Nullable delegate
Delegate that can be used to receive information about video frame properties.
Definition accelerated_video_renderer.h:24
CGSize videoSize
The size of the last video frame received.
Definition accelerated_video_renderer.h:27
nonnull instancetype init()
Initializes the accelerated video renderer.
Definition renderer.h:10