C# 클래스 Tsukikage.WinMM.AcmMP3Decoder.AcmMp3Decoder.Win32.WaveFormatEx

파일 보기 프로젝트 열기: ttsuki/ttsuki

공개 프로퍼티들

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

공개 메소드들

메소드 설명
WaveFormatEx ( int SamplesPerSec, int BitsPerSample, int Channels ) : System

메소드 상세

WaveFormatEx() 공개 메소드

public WaveFormatEx ( int SamplesPerSec, int BitsPerSample, int Channels ) : System
SamplesPerSec int
BitsPerSample int
Channels int
리턴 System

프로퍼티 상세

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