C# 클래스 Nanook.TheGhost.Plugins.Ima.SampleValue

파일 보기 프로젝트 열기: Nanook/TheGHOST

공개 프로퍼티들

프로퍼티 타입 설명
PredictedValue short
StepIndex int

공개 메소드들

메소드 설명
DecodeNext ( int adpcm ) : short
EncodeNext ( int pcm16 ) : byte
SampleValue ( byte value, int stepIndex ) : System
SampleValue ( short predictedValue, int stepIndex ) : System

메소드 상세

DecodeNext() 공개 메소드

public DecodeNext ( int adpcm ) : short
adpcm int
리턴 short

EncodeNext() 공개 메소드

public EncodeNext ( int pcm16 ) : byte
pcm16 int
리턴 byte

SampleValue() 공개 메소드

public SampleValue ( byte value, int stepIndex ) : System
value byte
stepIndex int
리턴 System

SampleValue() 공개 메소드

public SampleValue ( short predictedValue, int stepIndex ) : System
predictedValue short
stepIndex int
리턴 System

프로퍼티 상세

PredictedValue 공개적으로 프로퍼티

public short PredictedValue
리턴 short

StepIndex 공개적으로 프로퍼티

public int StepIndex
리턴 int