Свойство | Тип | Описание | |
---|---|---|---|
PredictedValue | short | ||
StepIndex | int |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public SampleValue ( short predictedValue, int stepIndex ) : System | ||
predictedValue | short | |
stepIndex | int | |
Результат | System |