sdl2::audio::ll::SDL_BuildAudioCVT[src]
pub fn SDL_BuildAudioCVT(cvt: *mut SDL_AudioCVT, src_format: SDL_AudioFormat, src_channels: uint8_t, src_rate: c_int, dst_format: SDL_AudioFormat, dst_channels: uint8_t, dst_rate: c_int) -> c_int
pub fn SDL_BuildAudioCVT(cvt: *mut SDL_AudioCVT, src_format: SDL_AudioFormat, src_channels: uint8_t, src_rate: c_int, dst_format: SDL_AudioFormat, dst_channels: uint8_t, dst_rate: c_int) -> c_int
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
).