AliyunRecordFileSource
@protocol AliyunRecordFileSource <AliyunRecordSource>
* Resource source of file type API_AVAILABLE(3.22.0)
-
* file path API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSString *filePath; -
* start offset time in the file API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval startTime; -
* duration for capture in the file API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval duration; -
* The audio duration of this file API_AVAILABLE(3.32.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval originAudioDuration; -
* The video duration of this file API_AVAILABLE(3.32.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval originVideoDuration;
AliyunRecordFileSource Protocol Reference