C# 클래스 Tsukikage.WinMM.WaveIO.Win32.WaveHeader

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
FromIntPtr ( IntPtr p ) : WaveHeader

메소드 상세

FromIntPtr() 공개 정적인 메소드

public static FromIntPtr ( IntPtr p ) : WaveHeader
p System.IntPtr
리턴 WaveHeader

프로퍼티 상세

dwBufferLength 공개적으로 프로퍼티

public uint dwBufferLength
리턴 uint

dwBytesRecorded 공개적으로 프로퍼티

public uint dwBytesRecorded
리턴 uint

dwFlags 공개적으로 프로퍼티

public uint dwFlags
리턴 uint

dwLoops 공개적으로 프로퍼티

public uint dwLoops
리턴 uint

dwUser 공개적으로 프로퍼티

public IntPtr,System dwUser
리턴 System.IntPtr

lpData 공개적으로 프로퍼티

public IntPtr,System lpData
리턴 System.IntPtr

lpNext 공개적으로 프로퍼티

public IntPtr,System lpNext
리턴 System.IntPtr

reserved 공개적으로 프로퍼티

public IntPtr,System reserved
리턴 System.IntPtr