AliyunMixMediaFileVideoInfo

@interface AliyunMixMediaFileVideoInfo : AliyunMixMediaVideoInfo
/****
 The file path of the video
 */
@property (nonatomic, copy) NSString *filePath;

/****
 The start time of the sample video of the duet.
 */
@property (nonatomic, assign) CGFloat streamStartTime;

/****
 The end time of the sample video of the duet.
 */
@property (nonatomic, assign) CGFloat streamEndTime;
@end

Undocumented

  • * The file path of the video

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *filePath;
  • * The start time of the sample video of the duet.

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    @property (nonatomic) CGFloat streamEndTime;