Searched refs:wxSoundBackendSDL (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound_sdl.cpp35 // wxSoundBackendSDL, for Unix with libSDL
70 class wxSoundBackendSDL : public wxSoundBackend class in inherits:wxSoundBackend
73 wxSoundBackendSDL() function in class:wxSoundBackendSDL
76 virtual ~wxSoundBackendSDL();
109 wxSoundBackendSDLEvtHandler(wxSoundBackendSDL *bk) : m_backend(bk) {}
118 wxSoundBackendSDL *m_backend;
127 wxSoundBackendSDL::~wxSoundBackendSDL()
134 bool wxSoundBackendSDL::IsAvailable() const
143 wxConstCast(this, wxSoundBackendSDL)
[all...]

Completed in 23 milliseconds