// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.RTCAudio { /// /// This struct is used to call . /// public class AddNotifyAudioDevicesChangedOptions { } [System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Sequential, Pack = 8)] internal struct AddNotifyAudioDevicesChangedOptionsInternal : ISettable, System.IDisposable { private int m_ApiVersion; public void Set(AddNotifyAudioDevicesChangedOptions other) { if (other != null) { m_ApiVersion = RTCAudioInterface.AddnotifyaudiodeviceschangedApiLatest; } } public void Set(object other) { Set(other as AddNotifyAudioDevicesChangedOptions); } public void Dispose() { } } }