iOS/macOS(Objective-C)[v1.7.5.0]
| 类型定义
PanoObjects.h 文件参考
#import <Foundation/Foundation.h>
#import "PanoEnumerates.h"
#import <UIKit/UIKit.h>
#import <AppKit/AppKit.h>

浏览源代码.

class  PanoRtcEngineConfig
 PanoRtcEngineKit 对象的配置类。 更多...
 
class  PanoRtcChannelConfig
 用于加入频道的配置类。 更多...
 
class  PanoRtcGroupConfig
 用于加入分组的配置类。 更多...
 
class  PanoRtcGroupUserInfo
 分组用户额外信息。 更多...
 
class  PanoRtcVideoConfig
 视频配置类。 更多...
 
class  PanoRtcVideoSourceConfig
 视频源配置类。 更多...
 
class  PanoRtcVideoRenderConfig
 视频渲染配置类。 更多...
 
class  PanoRtcAudioFormat
 音频格式类。 更多...
 
class  PanoRtcVideoFormat
 视频格式类。 更多...
 
class  PanoRtcAudioLevel
 音频接收统计类。 更多...
 
class  PanoRtcAudioProfile
 音频配置。 更多...
 
class  PanoRtcAudioSendStats
 音频发送统计类。 更多...
 
class  PanoRtcAudioRecvStats
 音频接收统计类。 更多...
 
class  PanoRtcVideoSendStats
 视频发送统计类。 更多...
 
class  PanoRtcVideoRecvStats
 视频接收统计类。 更多...
 
class  PanoRtcVideoSendBweStats
 视频发送带宽评估统计类。 更多...
 
class  PanoRtcVideoRecvBweStats
 视频接收带宽评估统计类。 更多...
 
class  PanoRtcSystemStats
 系统信息统计类。 更多...
 
class  PanoRtcDeviceInfo
 设备信息类。 更多...
 
class  PanoRtcScreenSourceInfo
 屏幕源信息类。 更多...
 
class  PanoWBColor
 白板颜色类。 更多...
 
class  PanoWBTextFormat
 白板文本格式类。 更多...
 
class  PanoWBStamp
 白板图章类。 更多...
 
class  PanoWBDocContents
 白板文件内容类。 更多...
 
class  PanoWBDocExtHtml
 白板文件外部Html内容。 更多...
 
class  PanoWBDocExtContents
 白板文件外部内容。 更多...
 
class  PanoWBConvertConfig
 白板文件转码配置类。 更多...
 
class  PanoWBDocInfo
 白板文件信息类。 更多...
 
class  PanoWBVisionConfig
 白板视口配置。 更多...
 
class  PanoWBDrawEvent
 白板绘制相关信息。 更多...
 
class  PanoFaceBeautifyOption
 美颜选项类。 更多...
 
class  PanoBuiltinTransformOption
 (已废弃)视频内嵌变换选项类。 更多...
 
class  PanoQuadTransformOption
 视频四边形变换选项类。 更多...
 
class  PanoFeedbackInfo
 用户反馈信息类,用于发送用户反馈。 更多...
 
class  PanoRtcAudioMixingConfig
 音频混音配置类。 更多...
 
class  PanoRtcSnapshotVideoOption
 视频快照选项类。 更多...
 
class  PanoRtcNetworkQuality
 网络质量报告。 更多...
 
class  PanoPropertyAction
 
class  PanoKeyboardEvent
 键盘事件。 更多...
 
class  PanoLocalRecordingOption
 本地录制参数类。 更多...
 
class  PanoLocalRecordingItem
 本地录制信息类。 更多...
 

类型定义

typedef UIView PanoView
 PANO视图类。 更多...
 
typedef UInt32 PanoScreenSourceID
 屏幕源标识类。 更多...
 
typedef PanoRtcVideoConfig PanoRtcRenderConfig
 
typedef PanoRtcVideoSendStats PanoRtcScreenSendStats
 屏幕共享发送的统计类。 更多...
 
typedef PanoRtcVideoRecvStats PanoRtcScreenRecvStats
 屏幕共享接收的统计信息类。 更多...
 
typedef UInt32 PanoWBPageNumber
 白板页码类。
 

类型定义说明

◆ PanoRtcScreenRecvStats

屏幕共享接收的统计信息类。

此类所有属性和 PanoRtcVideoRecvStats 类相同。

◆ PanoRtcScreenSendStats

屏幕共享发送的统计类。

此类所有属性和 PanoRtcVideoSendStats 类相同。

◆ PanoScreenSourceID

typedef UInt32 PanoScreenSourceID

屏幕源标识类。

macOS平台上的特定类型值:

  • 屏幕: CGDirectDisplayID。
  • 应用: pid_t。
  • 窗口: CGWindowID。

◆ PanoView

typedef NSView PanoView

PANO视图类。

PANO视图类在iOS平台上是UIView类,在macOS平台上的NSView类。