C# Class CSPspEmu.Core.Audio.StereoIntSoundSample

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
Left int
Right int

Méthodes publiques

Méthode Description
StereoIntSoundSample ( int Left, int Right ) : System

Private Methods

Méthode Description
Mix ( StereoIntSoundSample A, StereoIntSoundSample B ) : StereoIntSoundSample
operator ( ) : StereoIntSoundSample

Method Details

StereoIntSoundSample() public méthode

public StereoIntSoundSample ( int Left, int Right ) : System
Left int
Right int
Résultat System

Property Details

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int