Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::VideoDeviceInfo Class Reference

#include <NGIAgoraVideoDeviceManager.h>

Public Member Functions

 VideoDeviceInfo ()
 

Public Attributes

char deviceId [kVdmMaxDeviceSize]
 
char deviceName [kVdmMaxDeviceSize]
 

Detailed Description

The VideoDeviceInfo class.

Constructor & Destructor Documentation

◆ VideoDeviceInfo()

agora::rtc::VideoDeviceInfo::VideoDeviceInfo ( )
inline

Member Data Documentation

◆ deviceId

char agora::rtc::VideoDeviceInfo::deviceId[kVdmMaxDeviceSize]

The ID of the device. The maximum size is 260 bytes. The default value is 0.

◆ deviceName

char agora::rtc::VideoDeviceInfo::deviceName[kVdmMaxDeviceSize]

The name of the device. The maximum name size is 260 bytes. The default value is 0.