Commit f6352692 by pierce

添加capture方法

parent 4c2c58f2
......@@ -485,6 +485,15 @@
[self.engine.camera resumeCameraCapture];
}
- (void)fus_pauseAudioCapture {
[self.engine stopAudioCapture];
}
- (void)fus_resumeAudioCapture {
[self.engine startAudioCapture];
}
/**
获取实时统计信息
......
......@@ -141,6 +141,10 @@ typedef NS_ENUM(NSUInteger, FUSLiveCoreNetworkQuality) {
- (void)fus_resumeCapture;
- (void)fus_pauseAudioCapture;
- (void)fus_resumeAudioCapture;
/// 重置推流的帧率
- (void)fus_setFPS:(NSInteger)fps;
......
......@@ -117,6 +117,14 @@
}
- (void)fus_pauseAudioCapture {
}
- (void)fus_resumeAudioCapture {
}
/**
获取实时统计信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment