C# 클래스 Files.AudioLogic.SoundPlayer

Called upon by HIT subroutines to play sounds.
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 메소드들

메소드 설명
PlaySound ( byte WavData, uint SampleRate, bool LoopIt = false ) : void

Starts playing a sound.

메소드 상세

PlaySound() 공개 정적인 메소드

Starts playing a sound.
public static PlaySound ( byte WavData, uint SampleRate, bool LoopIt = false ) : void
WavData byte The wav data for this sound.
SampleRate uint The sample rate of the data.
LoopIt bool Wether or not to loop the sound.
리턴 void