C# Class CSPspEmu.Core.Audio.StereoIntSoundSample

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Left int
Right int

Public Methods

Method Description
StereoIntSoundSample ( int Left, int Right ) : System

Private Methods

Method Description
Mix ( StereoIntSoundSample A, StereoIntSoundSample B ) : StereoIntSoundSample
operator ( ) : StereoIntSoundSample

Method Details

StereoIntSoundSample() public method

public StereoIntSoundSample ( int Left, int Right ) : System
Left int
Right int
return System

Property Details

Left public property

public int Left
return int

Right public property

public int Right
return int