C# 클래스 Mp3Sharp.WaveFmt

파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
AverageBytesPerSecond int
BitsPerSample short
BlockAlign short
CBSize short
ChannelCount short
FormatTag short
SamplesPerSecond int

공개 메소드들

메소드 설명
WaveFmt ( int samplingRate, short bitsPerSample, short numChannels ) : System

메소드 상세

WaveFmt() 공개 메소드

public WaveFmt ( int samplingRate, short bitsPerSample, short numChannels ) : System
samplingRate int
bitsPerSample short
numChannels short
리턴 System

프로퍼티 상세

AverageBytesPerSecond 공개적으로 프로퍼티

public int AverageBytesPerSecond
리턴 int

BitsPerSample 공개적으로 프로퍼티

public short BitsPerSample
리턴 short

BlockAlign 공개적으로 프로퍼티

public short BlockAlign
리턴 short

CBSize 공개적으로 프로퍼티

public short CBSize
리턴 short

ChannelCount 공개적으로 프로퍼티

public short ChannelCount
리턴 short

FormatTag 공개적으로 프로퍼티

public short FormatTag
리턴 short

SamplesPerSecond 공개적으로 프로퍼티

public int SamplesPerSecond
리턴 int