C# 클래스 Sharpex2D.Audio.WaveOut.WaveHdr

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dwBufferLength int
dwBytesRecorded int
dwFlags WaveHeaderFlags
dwLoops int
dwUser System.IntPtr
lpData System.IntPtr
lpNext System.IntPtr
reserved System.IntPtr

프로퍼티 상세

dwBufferLength 공개적으로 프로퍼티

Length of the buffer.
public int dwBufferLength
리턴 int

dwBytesRecorded 공개적으로 프로퍼티

Amount of data in the buffer.
public int dwBytesRecorded
리턴 int

dwFlags 공개적으로 프로퍼티

The Flags.
public WaveHeaderFlags dwFlags
리턴 WaveHeaderFlags

dwLoops 공개적으로 프로퍼티

Amount of loops.
public int dwLoops
리턴 int

dwUser 공개적으로 프로퍼티

User data.
public IntPtr,System dwUser
리턴 System.IntPtr

lpData 공개적으로 프로퍼티

Pointer to waveform buffer.
public IntPtr,System lpData
리턴 System.IntPtr

lpNext 공개적으로 프로퍼티

Reserved.
public IntPtr,System lpNext
리턴 System.IntPtr

reserved 공개적으로 프로퍼티

Reserved.
public IntPtr,System reserved
리턴 System.IntPtr