Temporary Device property.
This commit is contained in:
parent
b0116f903c
commit
35851a0197
1 changed files with 3 additions and 0 deletions
|
@ -291,6 +291,9 @@ namespace OpenTK.Audio
|
|||
|
||||
#endregion
|
||||
|
||||
// TODO: Remove before release!
|
||||
public IntPtr Device { get { return device_handle.Handle; } }
|
||||
|
||||
#region --- Public Members ---
|
||||
|
||||
#region public static string[] AvailableDevices
|
||||
|
|
Loading…
Reference in a new issue