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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetByIndex ( int Index ) : short

비공개 메소드들

메소드 설명
ApplyVolumes ( int LeftVolume, int RightVolume ) : StereoShortSoundSample
Clamp ( int Value ) : short
Mix ( StereoShortSoundSample A, StereoShortSoundSample B ) : StereoShortSoundSample
StereoShortSoundSample ( int LeftRight ) : System
StereoShortSoundSample ( int Left, int Right ) : System

메소드 상세

GetByIndex() 공개 메소드

public GetByIndex ( int Index ) : short
Index int
리턴 short

프로퍼티 상세

Left 공개적으로 프로퍼티

public short Left
리턴 short

Right 공개적으로 프로퍼티

public short Right
리턴 short