AliyunRecordController
@protocol AliyunRecordController <NSObject>
* The Controller of record source API_AVAILABLE(3.22.0)
-
* The id of record source API_AVAILABLE(3.29.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger sourceId; -
The Flag of record is ready API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isReady; -
* Resource source API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) id<AliyunRecordSource> source; -
* The callback of custom handler for capture data stream API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, weak) id<AliyunRecordControllerCustomSourceHandler> customHandler; -
* IsRunning API_AVAILABLE(3.27.0)
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isRunning; -
* start capture API_AVAILABLE(3.27.0)
Declaration
Objective-C
- (void)start; -
* stop catpure API_AVAILABLE(3.27.0)
Declaration
Objective-C
- (void)stop;
AliyunRecordController Protocol Reference