sdl2::audio::ll::SDL_OpenAudioDevice[src]
pub fn SDL_OpenAudioDevice(device: *c_char, iscapture: c_int, desired: *SDL_AudioSpec, obtained: *SDL_AudioSpec, allowed_changes: c_int) -> SDL_AudioDeviceID
pub fn SDL_OpenAudioDevice(device: *c_char, iscapture: c_int, desired: *SDL_AudioSpec, obtained: *SDL_AudioSpec, allowed_changes: c_int) -> SDL_AudioDeviceID
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).