|
iOS/macOS(Objective-C)[v1.7.5.0]
|
#import <Foundation/Foundation.h>#import "PanoEnumerates.h"#import <UIKit/UIKit.h>#import <AppKit/AppKit.h>类型定义 | |
| typedef UIView | PanoView |
| PANO视图类。 更多... | |
| typedef UInt32 | PanoScreenSourceID |
| 屏幕源标识类。 更多... | |
| typedef PanoRtcVideoConfig | PanoRtcRenderConfig |
| typedef PanoRtcVideoSendStats | PanoRtcScreenSendStats |
| 屏幕共享发送的统计类。 更多... | |
| typedef PanoRtcVideoRecvStats | PanoRtcScreenRecvStats |
| 屏幕共享接收的统计信息类。 更多... | |
| typedef UInt32 | PanoWBPageNumber |
| 白板页码类。 | |
屏幕共享接收的统计信息类。
此类所有属性和 PanoRtcVideoRecvStats 类相同。
屏幕共享发送的统计类。
此类所有属性和 PanoRtcVideoSendStats 类相同。
| typedef UInt32 PanoScreenSourceID |
屏幕源标识类。
macOS平台上的特定类型值:
| typedef NSView PanoView |
PANO视图类。
PANO视图类在iOS平台上是UIView类,在macOS平台上的NSView类。