C# Class Tsukikage.WinMM.WaveIO.Win32.WaveHeader

Mostra file Open project: ttsuki/ttsuki Class Usage Examples

Public Properties

Property Type Description
dwBufferLength uint
dwBytesRecorded uint
dwFlags uint
dwLoops uint
dwUser System.IntPtr
lpData System.IntPtr
lpNext System.IntPtr
reserved System.IntPtr

Public Methods

Method Description
FromIntPtr ( IntPtr p ) : WaveHeader

Method Details

FromIntPtr() public static method

public static FromIntPtr ( IntPtr p ) : WaveHeader
p System.IntPtr
return WaveHeader

Property Details

dwBufferLength public_oe property

public uint dwBufferLength
return uint

dwBytesRecorded public_oe property

public uint dwBytesRecorded
return uint

dwFlags public_oe property

public uint dwFlags
return uint

dwLoops public_oe property

public uint dwLoops
return uint

dwUser public_oe property

public IntPtr,System dwUser
return System.IntPtr

lpData public_oe property

public IntPtr,System lpData
return System.IntPtr

lpNext public_oe property

public IntPtr,System lpNext
return System.IntPtr

reserved public_oe property

public IntPtr,System reserved
return System.IntPtr