AliyunVideoRecordLayoutParam

@interface AliyunVideoRecordLayoutParam : AliyunRenderModel

* The param of video layout API_AVAILABLE(3.22.0)

  • * The layer level of video API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic) int zPosition;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype) initWithRenderMode:(AliyunRenderMode)mode;
  • * set the strategy of autoresizing

    Declaration

    Objective-C

    - (void)setAutoresizingMask:(id)mask;