15 #import <UIKit/UIKit.h>
22 -(void)liveWindowDidDrawVideoFrameFinished:(
NvsLiveWindow*)liveWindow;
41 @property (nonatomic,weak) id<NvsLiveWindowDrawDelegate>
delegate;
47 - (instancetype)initWithFrame:(CGRect)frame;
48 - (instancetype)initWithCoder:(NSCoder *)aDecoder;
61 - (CGPoint)mapCanonicalToView:(CGPoint)ptCanonical;
74 - (CGPoint)mapViewToCanonical:(CGPoint)ptView;
87 - (CGPoint)mapNormalizedToView:(CGPoint)ptNormalized;
100 - (CGPoint)mapViewToNormalized:(CGPoint)ptView;
130 - (void)setBackgroundColorWithRed:(
float)red green:(
float)green blue:(
float)blue;
146 - (void)setBackgroundColorWithRed:(
float)red green:(
float)green blue:(
float)blue alpha:(
float)alpha;