AliyunRecordDataSourceDelegate
@protocol AliyunRecordDataSourceDelegate <NSObject>
* callback of data stream capture API_AVAILABLE(3.22.0)
-
* The callback of video data stream API_AVAILABLE(3.22.0)
Declaration
Objective-C
- (BOOL)onAliyunRecordSource:(id<AliyunRecordSource>)source didOutputVideoBuffer:(CMSampleBufferRef)buffer displayMatrix:(CATransform3D)transform;
-
* The callback of audio data stream API_AVAILABLE(3.22.0)
Declaration
Objective-C
- (BOOL)onAliyunRecordSource:(id<AliyunRecordSource>)source didOutputAudioBuffer:(CMSampleBufferRef)buffer;