AliyunMixMediaVideoInfo

@interface AliyunMixMediaVideoInfo : NSObject

/****
 The level of video view layer
 Bigger value above on lesser value layer
 If same value, the record video above on file video.
 */
@property (nonatomic, assign) NSInteger layerLevel;

/****
 The border info of the video
 */
@property (nonatomic, strong) AliyunPureColorBorderInfo *borderInfo;

/****
 The layout of the video in mix video
 */
@property (nonatomic, assign) CGRect frame;
@end

Undocumented

  • * The level of video view layer Bigger value above on lesser value layer If same value, the record video above on file video.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger layerLevel;
  • * The border info of the video

    Declaration

    Objective-C

    @property (nonatomic, strong) AliyunPureColorBorderInfo *borderInfo;
  • * The layout of the video in mix video

    Declaration

    Objective-C

    @property (nonatomic) CGRect frame;