mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Update SDL2.bf
This commit is contained in:
parent
0e274aee8e
commit
f7f87407ae
1 changed files with 7 additions and 7 deletions
|
@ -6042,15 +6042,15 @@ namespace SDL2
|
||||||
|
|
||||||
/* uint32 refers to an SDL_AudioDeviceID */
|
/* uint32 refers to an SDL_AudioDeviceID */
|
||||||
[LinkName("SDL_OpenAudioDevice")]
|
[LinkName("SDL_OpenAudioDevice")]
|
||||||
private static extern AudioDeviceID OpenAudioDevice(
|
public static extern AudioDeviceID OpenAudioDevice(
|
||||||
char8* device,
|
char8* device,
|
||||||
int32 iscapture,
|
int32 iscapture,
|
||||||
ref SDL_AudioSpec desired,
|
ref SDL_AudioSpec desired,
|
||||||
out SDL_AudioSpec obtained,
|
out SDL_AudioSpec obtained,
|
||||||
int32 allowed_changes
|
int32 allowed_changes
|
||||||
);
|
);
|
||||||
|
|
||||||
struct AudioDeviceID : uint32
|
public struct AudioDeviceID : uint32
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue