C# Class Mp3Sharp.WaveFmt

Mostra file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
AverageBytesPerSecond int
BitsPerSample short
BlockAlign short
CBSize short
ChannelCount short
FormatTag short
SamplesPerSecond int

Public Methods

Method Description
WaveFmt ( int samplingRate, short bitsPerSample, short numChannels ) : System

Method Details

WaveFmt() public method

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

Property Details

AverageBytesPerSecond public_oe property

public int AverageBytesPerSecond
return int

BitsPerSample public_oe property

public short BitsPerSample
return short

BlockAlign public_oe property

public short BlockAlign
return short

CBSize public_oe property

public short CBSize
return short

ChannelCount public_oe property

public short ChannelCount
return short

FormatTag public_oe property

public short FormatTag
return short

SamplesPerSecond public_oe property

public int SamplesPerSecond
return int