AliyunRecordSourceFPS

@protocol AliyunRecordSourceFPS <NSObject>

动态帧率的协议 API_AVAILABLE(3.22.0)

  • fps

    设置的帧率 API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) int fps;
  • 最大能达到的帧率 API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic) int maxFPS;
  • 真实的帧率 API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) int realFPS;