Property | Type | Description | |
---|---|---|---|
PredictedValue | short | ||
StepIndex | int |
Method | Description | |
---|---|---|
DecodeNext ( int adpcm ) : short | ||
EncodeNext ( int pcm16 ) : byte | ||
SampleValue ( byte value, int stepIndex ) : System | ||
SampleValue ( short predictedValue, int stepIndex ) : System |
public SampleValue ( byte value, int stepIndex ) : System | ||
value | byte | |
stepIndex | int | |
return | System |
public SampleValue ( short predictedValue, int stepIndex ) : System | ||
predictedValue | short | |
stepIndex | int | |
return | System |