AliyunVideoLicenseFeature
@interface AliyunVideoLicenseFeature : NSObject
* The Info of license feature
-
* The type of feature
Declaration
Objective-C
@property (nonatomic, readonly) AliyunVideoFeatureType feature; -
* The startTime for this feature in license
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval startTime; -
* The endTime for this feature in license
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval endTime;
AliyunVideoLicenseFeature Class Reference