C# Class CSPspEmu.Core.Audio.StereoShortSoundSample

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Left short
Right short

Public Methods

Method Description
GetByIndex ( int Index ) : short

Private Methods

Method Description
ApplyVolumes ( int LeftVolume, int RightVolume ) : StereoShortSoundSample
Clamp ( int Value ) : short
Mix ( StereoShortSoundSample A, StereoShortSoundSample B ) : StereoShortSoundSample
StereoShortSoundSample ( int LeftRight ) : System
StereoShortSoundSample ( int Left, int Right ) : System

Method Details

GetByIndex() public method

public GetByIndex ( int Index ) : short
Index int
return short

Property Details

Left public property

public short Left
return short

Right public property

public short Right
return short