|
iOS/macOS(Objective-C)[v1.7.5.0]
|
PanoRtcRecording, 录制服务核心接口 更多...
#import <PanoRtcRecording.h>
构造函数 | |
| (instancetype) | - init |
| 此方法不可用。 | |
| (PanoResult) | - startRecordingWithLocalOption: |
| 开启本地录制。 更多... | |
| (PanoResult) | - pauseRecording |
| 暂停录制。 更多... | |
| (PanoResult) | - resumeRecording |
| 恢复录制。 更多... | |
| (PanoResult) | - stopRecording |
| 停止录制。 更多... | |
| (PanoResult) | - updateLayout: |
| 更改录制布局模式。 更多... | |
| (PanoResult) | - setSpeakerUser: |
| 设置主讲人。 更多... | |
| (NSArray< PanoLocalRecordingItem * > *_Nullable) | - getLocalRecordingItems: |
| 获取本地录制项列表。 更多... | |
类方法 | |
| (instancetype) | + new |
| 此方法不可用。 | |
属性 | |
| id< PanoRtcRecordingDelegate > | delegate |
| 设置录制服务的代理。 | |
PanoRtcRecording, 录制服务核心接口
| - (NSArray< PanoLocalRecordingItem * > *_Nullable) getLocalRecordingItems: | (NSString *_Nullable) | recordingPath |
| - (PanoResult) pauseRecording |
暂停录制。
| - (PanoResult) resumeRecording |
恢复录制。
| - (PanoResult) setSpeakerUser: | (UInt64) | userId |
设置主讲人。
| userId | 主讲人 ID。 |
| - (PanoResult) startRecordingWithLocalOption: | (PanoLocalRecordingOption *_Nullable) | option |
开启本地录制。
| option | 本地录制参数。 |
| - (PanoResult) stopRecording |
停止录制。
| - (PanoResult) updateLayout: | (PanoLayoutMode) | layout |
更改录制布局模式。
| layout | 布局模式。 |