C# Class CSPspEmu.Core.Audio.StereoIntSoundSample

显示文件 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_oe property

public int Left
return int

Right public_oe property

public int Right
return int