C# 클래스 Win32.WaveFormat

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

공개 프로퍼티들

프로퍼티 타입 설명
cbSize short
nAvgBytesPerSec int
nBlockAlign short
nChannels short
nSamplesPerSec int
wBitsPerSample short
wFormatTag short

공개 메소드들

메소드 설명
WaveFormat ( int rate, int bits, int channels ) : OpenNETCF.Runtime.InteropServices

메소드 상세

WaveFormat() 공개 메소드

public WaveFormat ( int rate, int bits, int channels ) : OpenNETCF.Runtime.InteropServices
rate int
bits int
channels int
리턴 OpenNETCF.Runtime.InteropServices

프로퍼티 상세

cbSize 공개적으로 프로퍼티

public short cbSize
리턴 short

nAvgBytesPerSec 공개적으로 프로퍼티

public int nAvgBytesPerSec
리턴 int

nBlockAlign 공개적으로 프로퍼티

public short nBlockAlign
리턴 short

nChannels 공개적으로 프로퍼티

public short nChannels
리턴 short

nSamplesPerSec 공개적으로 프로퍼티

public int nSamplesPerSec
리턴 int

wBitsPerSample 공개적으로 프로퍼티

public short wBitsPerSample
리턴 short

wFormatTag 공개적으로 프로퍼티

public short wFormatTag
리턴 short