Class: Win32::HWAVEOUT

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/win32/win32-mmlib_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.