Class EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.rtcaudio.options.EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions
Direct Known Subclasses:
EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions.ByReference, EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions.ByValue

@FieldOrder({"ApiVersion","DeviceIndex"}) public class EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions extends com.sun.jna.Structure
Output parameters for the EOS_RTCAudio_CopyOutputDeviceInformationByIndex function.
Since:
11/2/2023
  • Field Details

    • EOS_RTCAUDIO_COPYOUTPUTDEVICEINFORMATIONBYINDEX_API_LATEST

      public static final int EOS_RTCAUDIO_COPYOUTPUTDEVICEINFORMATIONBYINDEX_API_LATEST
      The most recent version of the EOS_RTCAudio_CopyOutputDeviceInformationByIndex API.
      See Also:
    • ApiVersion

      public int ApiVersion
    • DeviceIndex

      public int DeviceIndex
      Index of the audio output device's information to retrieve.
  • Constructor Details

    • EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions

      public EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions()
    • EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions

      public EOS_RTCAudio_CopyOutputDeviceInformationByIndexOptions(com.sun.jna.Pointer peer)