Files
rust-sdl2/sdl2/audio/sidebar-items.js
2020-07-14 14:12:44 +00:00

1 line
741 B
JavaScript

initSidebarItems({"enum":[["AudioFormat",""],["AudioStatus",""]],"fn":[["drivers","Gets an iterator of all audio drivers compiled into the SDL2 library."]],"struct":[["AudioCVT",""],["AudioDevice","Wraps `SDL_AudioDeviceID` and owns the callback data used by the audio device."],["AudioDeviceLockGuard","Similar to `std::sync::MutexGuard`, but for use with `AudioDevice::lock()`."],["AudioQueue","Wraps `SDL_AudioDeviceID` and owns the callback data used by the audio device."],["AudioSpec",""],["AudioSpecDesired",""],["AudioSpecWAV",""],["DriverIterator",""]],"trait":[["AudioCallback",""],["AudioFormatNum","A phantom type for retrieving the `SDL_AudioFormat` of a given generic type. All format types are returned as native-endian."]]});