C# Class csadpcm.ImaAdpcm.SampleValue

Mostrar archivo Open project: mono/mooncodecs

Public Properties

Property Type Description
Index int
Value short

Public Methods

Method Description
Next ( int v ) : short
SampleValue ( byte value, int startIndex ) : System

Method Details

Next() public method

public Next ( int v ) : short
v int
return short

SampleValue() public method

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

Property Details

Index public_oe property

public int Index
return int

Value public_oe property

public short Value
return short