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

Afficher le fichier Open project: Nanook/TheGHOST

Méthodes publiques

Свойство Type Description
PredictedValue short
StepIndex int

Méthodes publiques

Méthode 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 méthode

public DecodeNext ( int adpcm ) : short
adpcm int
Résultat short

EncodeNext() public méthode

public EncodeNext ( int pcm16 ) : byte
pcm16 int
Résultat byte

SampleValue() public méthode

public SampleValue ( byte value, int stepIndex ) : System
value byte
stepIndex int
Résultat System

SampleValue() public méthode

public SampleValue ( short predictedValue, int stepIndex ) : System
predictedValue short
stepIndex int
Résultat System

Property Details

PredictedValue public_oe property

public short PredictedValue
Résultat short

StepIndex public_oe property

public int StepIndex
Résultat int