EventCallbackStrategyWaveOutOpen Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic MMResult WaveOutOpen(
out IntPtr waveOutHandle,
int deviceNumber,
WaveFormat waveFormat
)
Public Function WaveOutOpen (
<OutAttribute> ByRef waveOutHandle As IntPtr,
deviceNumber As Integer,
waveFormat As WaveFormat
) As MMResult
public:
virtual MMResult WaveOutOpen(
[OutAttribute] IntPtr% waveOutHandle,
int deviceNumber,
WaveFormat^ waveFormat
) sealed
abstract WaveOutOpen :
waveOutHandle : IntPtr byref *
deviceNumber : int *
waveFormat : WaveFormat -> MMResult
override WaveOutOpen :
waveOutHandle : IntPtr byref *
deviceNumber : int *
waveFormat : WaveFormat -> MMResult
Parameters
- waveOutHandle
- Type: SystemIntPtr
- deviceNumber
- Type: SystemInt32
- waveFormat
- Type: WaveFormat
Return Value
Type:
MMResultImplements
IWaveCallbackStrategyWaveOutOpen(IntPtr, Int32, WaveFormat)
See Also