cn.tee3.avd_SDK-C++
2.1.0
|
类 | |
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< LiveInfo > | LiveInfosType |
直播频道信息集合类型. 更多... | |
typedef RecordInfo * | LPRecordInfo |
typedef std::vector< RecordInfo > | RecordInfosType |
录制信息集合类型. 更多... | |
typedef std::vector< Message > | MessagesType |
聊天消息列表类型. 更多... | |
typedef std::vector< User > | UsersType |
typedef struct tee3::avd::tagWhiteboardInfo | Whiteboard |
白板信息结构. 更多... | |
typedef std::vector< Whiteboard > | WhiteboardsType |
白板集合类型. 更多... | |
枚举 | |
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) |
typedef std::vector<LiveInfo> tee3::avd::LiveInfosType |
直播频道信息集合类型.
typedef RecordInfo* tee3::avd::LPRecordInfo |
typedef std::vector<Message> tee3::avd::MessagesType |
聊天消息列表类型.
typedef std::vector<RecordInfo> tee3::avd::RecordInfosType |
录制信息集合类型.
typedef std::vector<User> tee3::avd::UsersType |
typedef struct tee3::avd::tagWhiteboardInfo tee3::avd::Whiteboard |
白板信息结构.
typedef std::vector<Whiteboard> tee3::avd::WhiteboardsType |
白板集合类型.
const String tee3::avd::toString | ( | const RecordInfo & | obj | ) |