iOS/macOS(Objective-C)[v1.7.5.0]
| 类型定义
PanoRtcEngineKit.h 文件参考
#import <Foundation/Foundation.h>
#import "PanoEnumerates.h"
#import "PanoExternalObjects.h"
#import "PanoObjects.h"
#import "PanoRtcAnnotation.h"
#import "PanoRtcWhiteboard.h"
#import "PanoRtcGroupManager.h"
#import "PanoRtcRenderManager.h"
#import "PanoRtcRecording.h"

浏览源代码.

protocol  <PanoRtcEngineDelegate>
 PanoRtcEngineDelegate 协议启用对应用程序的回调。 更多...
 
protocol  <PanoRtcRenderDelegate>
 PanoRtcRenderDelegate 协议启用对外置渲染器的回调。 更多...
 
protocol  <PanoRtcVideoFilterDelegate>
 PanoRtcVideoFilterDelegate 协议启用视频数据的回调。 更多...
 
protocol  <PanoRtcAudioDataExProcessorDelegate>
 PanoRtcAudioDataExProcessorDelegate 协议启用音频数据的回调。 更多...
 
protocol  <PanoRtcNetworkTestDelegate>
 PanoRtcNetworkTestDelegate 协议启用网络测试的回调。 更多...
 
class  PanoRtcEngineKit
 PanoRtcEngineKit 接口类提供了应用程序调用所需的所有方法。 更多...
 
protocol  <PanoRtcVideoStreamDelegate>
 PanoRtcVideoStreamDelegate 协议启用对应用程序的视频流相关回调。 更多...
 
class  PanoRtcVideoStreamManager
 PanoRtcVideoStreamManager 接口类提供了应用程序调用所需的所有视频流相关方法。 更多...
 
protocol  <PanoRtcMessageDelegate>
 RtcMessage的回调函数,在使用RtcMessage之前必须要设置回调以获取事件通知。 更多...
 
class  PanoRtcMessage
 RtcMessage, 消息服务核心接口 更多...
 
protocol  <PanoRtcRemoteControllerDelegate>
 RemoteController的回调函数,在使用RemoteController之前必须要设置回调以获取事件通知。 更多...
 
class  PanoRtcRemoteController
 RemoteController, 远程控制服务核心接口 更多...
 
class  PanoRtcCameraController
 CameraController,相机控制器接口。 更多...
 

类型定义

typedef PanoExternalAudioRecorder PanoRtcExternalAudioRecorder
 PanoRtcExternalAudioRecorder 接口类提供了所有的外置音频录制相关方法。 更多...
 
typedef PanoExternalAudioPlayer PanoRtcExternalAudioPlayer
 PanoRtcExternalAudioPlayer 接口类提供了所有的外置音频播放相关方法。 更多...
 

类型定义说明

◆ PanoRtcExternalAudioPlayer

PanoRtcExternalAudioPlayer 接口类提供了所有的外置音频播放相关方法。

PanoRtcExternalAudioPlayer 对象可以通过 PanoRtcEngineKit 实例获取。

◆ PanoRtcExternalAudioRecorder

PanoRtcExternalAudioRecorder 接口类提供了所有的外置音频录制相关方法。

PanoRtcExternalAudioRecorder 对象可以通过 PanoRtcEngineKit 实例获取。