zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::AudioDevice Class Reference

Audio device description. More...

#include <AudioDevice.h>

Inheritance diagram for ZDK_NET::AudioDevice:
ZDK_NET::ZHandle

Public Member Functions

 AudioDevice (ZDK::Shared::AudioDevice src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IAudioDevice * cppRef = nullptr
 

Properties

System::String^ Name [get]
 Gets the name of the audio device. More...
 
ZDK_NET::AudioDeviceType Type [get]
 Gets the type of the audio device. More...
 
int MaxInputChannels [get]
 Gets the number of input channels the audio device supports. More...
 
int MaxOutputChannels [get]
 Gets the number of output channels the audio device supports. More...
 

Detailed Description

Audio device description.

Property Documentation

◆ MaxInputChannels

int ZDK_NET::AudioDevice::MaxInputChannels
get

Gets the number of input channels the audio device supports.

Returns
The number of input channels

◆ MaxOutputChannels

int ZDK_NET::AudioDevice::MaxOutputChannels
get

Gets the number of output channels the audio device supports.

Returns
The number of output channels

◆ Name

System:: String^ ZDK_NET::AudioDevice::Name
get

Gets the name of the audio device.

Returns
The name of the audio device

◆ Type

ZDK_NET:: AudioDeviceType ZDK_NET::AudioDevice::Type
get

Gets the type of the audio device.

Returns
The type of the audio device
See also
AudioDeviceType

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