AEPPipVideoTrackClip
@interface AEPPipVideoTrackClip : AEPBaseVideoTrackClip
* The clip of picture in picture
-
* The clip obj for editor
Declaration
Objective-C
@property (nonatomic, strong, readonly) AliyunPipClipController *editorClipController;
-
* The center point in normalized
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint normalizedCenter;
-
* The size in normlized
Declaration
Objective-C
@property (nonatomic, readonly) CGSize normalizedSize;
-
* The scale value of video, default is 1.0
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat scale;
-
* The alpha value of video, default is 1.0
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat alpha;
-
* The Rotation of video for output
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat outputRotation;
-
* The border info of clip
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPClipBorderInfo *borderInfo;