AliyunRecordSource

@protocol AliyunRecordSource <NSObject>

* The Protocol Of Record Source API_AVAILABLE(3.22.0)

  • * Type of Record source API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunRecordSourceType sourceType;
  • * Media of Record source API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunRecordMediaType mediaType;
  • * IsRunning API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isRunning;
  • * API_AVAILABLE(3.22.0) prepare of record source eg. request device authorization for camera, mic

    Declaration

    Objective-C

    - (BOOL)prepare;
  • * start capture API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    - (void)start;
  • * stop catpure API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    - (void)stop;