CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAtomExMic.DeviceInfo Struct Reference

Microphone device information structure More...

Public Attributes

string deviceId
 Device ID More...
 
string deviceName
 Device name More...
 
uint deviceFlags
 Device flag More...
 
int maxChannels
 Maximum number of channels More...
 
int maxSamplingRate
 Maximum sampling frequency More...
 

Detailed Description

Microphone device information structure

Description:
A structure for sound input device information.
The device information is acquired from CriWare.CriAtomExMic::GetDevices .

Member Data Documentation

string deviceId

Device ID

Description:
A string which indicates the identifier of the platform audio input device.
string deviceName

Device name

Description:
Name information for the platform audio input device.
uint deviceFlags

Device flag

Description:
A flag that is referenced when creating an audio input device.
int maxChannels

Maximum number of channels

Description:
Maximum number of channels supported.
int maxSamplingRate

Maximum sampling frequency

Description:
Maximum supported sampling frequency.

The documentation for this struct was generated from the following file: