AliyunRecordSourceFPS
@protocol AliyunRecordSourceFPS <NSObject>
* The Project of dynamic fps API_AVAILABLE(3.22.0)
-
* fps of preset API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) int fps; -
* the max fps of can reach API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) int maxFPS; -
* the real fps API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) int realFPS;
AliyunRecordSourceFPS Protocol Reference