CSPspEmu.Core.Audio.StereoIntSoundSample.StereoIntSoundSample C# (CSharp) Method

StereoIntSoundSample() public method

public StereoIntSoundSample ( int Left, int Right ) : System
Left int
Right int
return System
        public StereoIntSoundSample(int Left, int Right)
        {
            this.Left = Left;
            this.Right = Right;
        }