C# Class Sharpex2D.Audio.WaveOut.WaveHdr

Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Свойство Type Description
dwBufferLength int
dwBytesRecorded int
dwFlags WaveHeaderFlags
dwLoops int
dwUser System.IntPtr
lpData System.IntPtr
lpNext System.IntPtr
reserved System.IntPtr

Property Details

dwBufferLength public_oe property

Length of the buffer.
public int dwBufferLength
Résultat int

dwBytesRecorded public_oe property

Amount of data in the buffer.
public int dwBytesRecorded
Résultat int

dwFlags public_oe property

The Flags.
public WaveHeaderFlags dwFlags
Résultat WaveHeaderFlags

dwLoops public_oe property

Amount of loops.
public int dwLoops
Résultat int

dwUser public_oe property

User data.
public IntPtr,System dwUser
Résultat System.IntPtr

lpData public_oe property

Pointer to waveform buffer.
public IntPtr,System lpData
Résultat System.IntPtr

lpNext public_oe property

Reserved.
public IntPtr,System lpNext
Résultat System.IntPtr

reserved public_oe property

Reserved.
public IntPtr,System reserved
Résultat System.IntPtr