@Structure.FieldOrder(value={"ApiVersion","IsDefaultDevice","DeviceId","DeviceName"})
public class EOS_RTCAudio_OutputDeviceInformation
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_RTCAudio_OutputDeviceInformation.ByReference |
static class |
EOS_RTCAudio_OutputDeviceInformation.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_RTCAUDIO_OUTPUTDEVICEINFORMATION_API_LATEST. |
java.lang.String |
DeviceId
The persistent unique id of the audio output device.
|
java.lang.String |
DeviceName
Human-readable name of the audio output device
|
static int |
EOS_RTCAUDIO_OUTPUTDEVICEINFORMATION_API_LATEST
The most recent version of the EOS_RTCAudio_OutputDeviceInformation struct.
|
EOS_Bool |
IsDefaultDevice
True if this is the default audio output device in the system.
|
| Constructor and Description |
|---|
EOS_RTCAudio_OutputDeviceInformation() |
EOS_RTCAudio_OutputDeviceInformation(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with EOS_RTCAudio_OutputDeviceInformation.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_RTCAUDIO_OUTPUTDEVICEINFORMATION_API_LATEST
public int ApiVersion
EOS_RTCAUDIO_OUTPUTDEVICEINFORMATION_API_LATEST.public EOS_Bool IsDefaultDevice
public java.lang.String DeviceId
public java.lang.String DeviceName
public EOS_RTCAudio_OutputDeviceInformation()
public EOS_RTCAudio_OutputDeviceInformation(com.sun.jna.Pointer peer)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception