C# 클래스 CSPspEmu.Core.Audio.StereoIntSoundSample

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Left int
Right int

공개 메소드들

메소드 설명
StereoIntSoundSample ( int Left, int Right ) : System

비공개 메소드들

메소드 설명
Mix ( StereoIntSoundSample A, StereoIntSoundSample B ) : StereoIntSoundSample
operator ( ) : StereoIntSoundSample

메소드 상세

StereoIntSoundSample() 공개 메소드

public StereoIntSoundSample ( int Left, int Right ) : System
Left int
Right int
리턴 System

프로퍼티 상세

Left 공개적으로 프로퍼티

public int Left
리턴 int

Right 공개적으로 프로퍼티

public int Right
리턴 int