cn.tee3.avd_SDK-C++  2.1.0
| 类型定义 | 枚举 | 函数
tee3::avd 命名空间参考

class  DestroyNotify
 外部对象销毁通知接口 更多...
 
class  FakeAudioCapturer
 音频流导入接口. 更多...
 
class  FakeVideoCapturer
 视频流导入接口. 更多...
 
class  IAudioDevice
 音频设备管理接口. 更多...
 
class  IAudioMixer
 视频混屏模块接口. 更多...
 
class  IAudioRender
 房间中音频混音数据回调接口. 更多...
 
class  IAVDEngine
 AVD引擎接口类 更多...
 
class  IAVDLive
 直播频道管理接口. 更多...
 
class  IAVDOutgoing
 外呼设备接入管理接口. 更多...
 
class  IAVDRecord
 旁路录制管理接口. 更多...
 
class  IAVDScreenRecorder
 屏幕录制接口. 更多...
 
class  IAVImporter
 音视频流导入接口. 更多...
 
class  ICameraDevice
 视频设备管理接口. 更多...
 
class  IEasyRoom
 简易房间接口类 更多...
 
class  ILivecast
 直播接口类 更多...
 
class  IMAnnotation
 
class  IMAudio
 房间中音频模块接口. 更多...
 
class  IMChat
 房间中聊天模块接口. 更多...
 
class  IMLivecast
 
class  IMLocalRecord
 录制管理接口,录制文件到本地. 更多...
 
class  IModule
 房间模块接口类 更多...
 
class  IMScreen
 房间中屏幕窗口共享模块接口. 更多...
 
class  IMUserManager
 用户管理接口类 更多...
 
class  IMVideo
 房间中视频模块接口. 更多...
 
class  IMVideoMixer
 视频混屏模块接口. 更多...
 
class  IMWhiteboard
 
class  IRoom
 房间接口类 更多...
 
class  IRoomVideo
 房间中视频模块接口. 更多...
 
class  IToolbar
 
class  IVideo
 房间中视频模块接口. 更多...
 
class  IVideoFrame
 
class  IVideoMixer
 视频混屏模块接口. 更多...
 
class  IVideoRender
 视频渲染接口类 更多...
 
class  IVideoRenderView
 
struct  LiveInfo
 直播频道数据结构. 更多...
 
struct  Message
 聊天消息结构. 更多...
 
struct  RecordInfo
 录制数据结构. 更多...
 
class  RtspClient
 
struct  tagWhiteboardInfo
 白板信息结构. 更多...
 
class  User
 用户数据结构.用户集合类型 更多...
 

类型定义

typedef std::vector< LiveInfoLiveInfosType
 直播频道信息集合类型. 更多...
 
typedef RecordInfoLPRecordInfo
 
typedef std::vector< RecordInfoRecordInfosType
 录制信息集合类型. 更多...
 
typedef std::vector< MessageMessagesType
 聊天消息列表类型. 更多...
 
typedef std::vector< UserUsersType
 
typedef struct tee3::avd::tagWhiteboardInfo Whiteboard
 白板信息结构. 更多...
 
typedef std::vector< WhiteboardWhiteboardsType
 白板集合类型. 更多...
 

枚举

enum  { ROTATION_0 = 0, ROTATION_90 = 90, ROTATION_180 = 180, ROTATION_270 = 270 }
 

函数

const String toString (const LiveInfo &obj)
 
const String toString (const RecordInfo &obj)
 

类型定义说明

◆ LiveInfosType

typedef std::vector<LiveInfo> tee3::avd::LiveInfosType

直播频道信息集合类型.

◆ LPRecordInfo

◆ MessagesType

typedef std::vector<Message> tee3::avd::MessagesType

聊天消息列表类型.

◆ RecordInfosType

typedef std::vector<RecordInfo> tee3::avd::RecordInfosType

录制信息集合类型.

◆ UsersType

typedef std::vector<User> tee3::avd::UsersType

◆ Whiteboard

白板信息结构.

◆ WhiteboardsType

typedef std::vector<Whiteboard> tee3::avd::WhiteboardsType

白板集合类型.

枚举类型说明

◆ anonymous enum

anonymous enum
枚举值
ROTATION_0 
ROTATION_90 
ROTATION_180 
ROTATION_270 

函数说明

◆ toString() [1/2]

const String tee3::avd::toString ( const RecordInfo obj)

◆ toString() [2/2]

const String tee3::avd::toString ( const LiveInfo obj)