AliyunRecordController

@protocol AliyunRecordController <NSObject>

录制源的控制器 API_AVAILABLE(3.22.0)

  • 录制源唯一标识 API_AVAILABLE(3.29.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger sourceId;
  • 标记录制源是否已经准备好 API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isReady;
  • 录制源 API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) id<AliyunRecordSource> source;
  • 自定义数据处理回调 API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, weak) id<AliyunRecordControllerCustomSourceHandler> customHandler;
  • 是否正在采集 API_AVAILABLE(3.27.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isRunning;
  • 开始采集 API_AVAILABLE(3.27.0)

    Declaration

    Objective-C

    - (void)start;
  • 停止采集 API_AVAILABLE(3.27.0)

    Declaration

    Objective-C

    - (void)stop;