mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-03 10:40:20 +00:00
2
vendor/windows/wasapi/wasapi.odin
vendored
2
vendor/windows/wasapi/wasapi.odin
vendored
@@ -34,7 +34,7 @@ IMMDeviceEnumerator_VTable :: struct {
|
||||
This: ^IMMDeviceEnumerator,
|
||||
dataFlow: EDataFlow,
|
||||
dwStateMask: windows.DWORD,
|
||||
ppDevices: [^]IMMDeviceCollection, // Out
|
||||
ppDevices: ^[^]IMMDeviceCollection, // Out
|
||||
) -> windows.HRESULT,
|
||||
|
||||
GetDefaultAudioEndpoint: proc "system" (
|
||||
|
||||
2
vendor/windows/wasapi/wasapi_types.odin
vendored
2
vendor/windows/wasapi/wasapi_types.odin
vendored
@@ -14,7 +14,7 @@ REFERENCE_TIME :: windows.LONGLONG
|
||||
//
|
||||
AUDCLNT_SHAREMODE :: enum u32 {
|
||||
SHARED,
|
||||
EXCLUSIVE
|
||||
EXCLUSIVE,
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user