Class: Windows::SoundStructs::HWAVEOUT
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Windows::SoundStructs::HWAVEOUT
- Defined in:
- lib/win32/windows/structs.rb
Overview
Define an HWAVEOUT struct for use by all the waveOut functions. It is a handle to a waveOut stream, so starting up multiple streams using different handles allows for simultaneous playback. You never need to actually look at the struct, C takes care of its value.