C# Class Nanook.TheGhost.Plugins.Ima.SampleValue

显示文件 Open project: Nanook/TheGHOST

Public Properties

Property Type Description
PredictedValue short
StepIndex int

Public Methods

Method Description
DecodeNext ( int adpcm ) : short
EncodeNext ( int pcm16 ) : byte
SampleValue ( byte value, int stepIndex ) : System
SampleValue ( short predictedValue, int stepIndex ) : System

Method Details

DecodeNext() public method

public DecodeNext ( int adpcm ) : short
adpcm int
return short

EncodeNext() public method

public EncodeNext ( int pcm16 ) : byte
pcm16 int
return byte

SampleValue() public method

public SampleValue ( byte value, int stepIndex ) : System
value byte
stepIndex int
return System

SampleValue() public method

public SampleValue ( short predictedValue, int stepIndex ) : System
predictedValue short
stepIndex int
return System

Property Details

PredictedValue public_oe property

public short PredictedValue
return short

StepIndex public_oe property

public int StepIndex
return int