AliyunPlayerRecordSource
Deprecated
please use AliyunFileRecordSource
@interface AliyunPlayerRecordSource
: NSObject <AliyunRecordDataSource, AliyunRecordSourceFPS>
* The record source of video player API_AVAILABLE(3.22.0)
-
* The strategy of conent render API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, copy) AVLayerVideoGravity gravity; -
* The Resolution of video API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) CGSize resolution; -
* The duration of video in second API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval duration; -
* The capture rate API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) CGFloat rate; -
* The target asset API_AVAILABLE(3.23.0)
Declaration
Objective-C
@property (nonatomic, readonly) AVAsset *targetAsset; -
Undocumented
Declaration
Objective-C
- (instancetype) initWithAsset:(AVAsset *)asset fps:(int)fps;
AliyunPlayerRecordSource Class Reference