AliyunMixStream

@interface AliyunMixStream : NSObject

* THe stream of mix video

  • * The path of the video file.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *filePath;
  • Deprecated

    已废弃

    * The crop rectangle of the video on the track. Optional.

    Declaration

    Objective-C

    @property (nonatomic) CGRect innerCropFrame;
  • * The start time of the video on the track.

    Unit: seconds.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat streamStartTime;
  • * The end time of the video on the track.

    Unit: seconds.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat streamEndTime;
  • * The display mode of the video on the track.

    Declaration

    Objective-C

    @property (nonatomic) AlivcContentMode mode;