C++SDK  1.0.0
| 类型定义 | 枚举 | 函数 | 变量
tee3::avd 命名空间参考

struct  Camera
 
struct  ContrllerEndScreenInfo
 
class  DestroyNotify
 
class  FakeAudioCapturer
 
class  FakeVideoCapturer
 
class  IAudioDevice
 
class  IAudioMixer
 
class  IAudioRender
 
class  IAVDEngine
 
class  IAVDLive
 
class  IAVDOutgoing
 
class  IAVDRecord
 
class  IAVDScreenRecorder
 
class  IAVDTrace
 
class  IAVImporter
 
class  ICameraDevice
 
class  ICameraManager
 
class  IEasyRoom
 
class  IFirstFrameListener
 
class  ILivecast
 
class  IMAnnotaionInternal
 
class  IMAnnotation
 
class  IMAudio
 
class  IMChat
 
class  IMixRecorder
 
class  IMLivecast
 
class  IMLocalRecord
 
class  IModule
 
class  IMScreen
 
class  IMSvrLive
 
class  IMUserManager
 
class  IMVideo
 
class  IMVideoMixer
 
class  IMWhiteboardModule
 
class  IRemoteCtrl
 
class  IRemoteCtrllor
 
class  IRemoteEnd
 
class  IRoom
 
class  IRoomVideo
 
class  IToolbar
 
class  IVideo
 
class  IVideoFrame
 
class  IVideoMixer
 
class  IVideoRender
 
class  IVideoRenderView
 
struct  Message
 
struct  RecordInfo
 
struct  RemoteInfo
 
class  RtspClient
 
class  User
 
struct  VideoCapability
 
struct  Whiteboard
 

类型定义

typedef RecordInfoLPRecordInfo
 
typedef std::vector< RecordInfoRecordInfosType
 
typedef std::vector< MessageMessagesType
 
typedef std::vector< UserUsersType
 
typedef std::vector< WhiteboardWhiteboardsType
 

枚举

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

函数

const String toString (const RecordInfo &obj)
 
RT_API_EXPORT const String toString (const IMSvrLive::MixVideos &obj)
 

变量

struct tee3::avd::VideoCapability vc
 
int minBitrate
 
int maxBitrate
 
int minQp
 
int maxQp
 
int codec
 

类型定义说明

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

聊天消息列表类型.

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

录制信息集合类型.

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

白板集合类型.

枚举类型说明

anonymous enum
枚举值
ROTATION_0 
ROTATION_90 
ROTATION_180 
ROTATION_270 
枚举值
NORMAL 
NO_DATA_RECVE 

函数说明

const String tee3::avd::toString ( const RecordInfo obj)
RT_API_EXPORT const String tee3::avd::toString ( const IMSvrLive::MixVideos obj)

变量说明

int tee3::avd::codec
int tee3::avd::maxBitrate
int tee3::avd::maxQp
int tee3::avd::minBitrate
int tee3::avd::minQp
struct tee3::avd::VideoCapability tee3::avd::vc