C# 클래스 Sconit_SD.Sound

파일 보기 프로젝트 열기: Novthirteen/yfkey-scms 1 사용 예제들

공개 메소드들

메소드 설명
Play ( ) : void

Play the sound

Sound ( Stream stream ) : System

Construct the Sound object to play sound data from the specified stream.

Sound ( byte m_soundBytes ) : System

Construct the Sound object to play sound data from the specified byte.

Sound ( string fileName ) : System

Construct the Sound object to play sound data from the specified file.

비공개 메소드들

메소드 설명
WCE_PlaySound ( string szSound, IntPtr hMod, int flags ) : int
WCE_PlaySoundBytes ( byte szSound, IntPtr hMod, int flags ) : int

메소드 상세

Play() 공개 메소드

Play the sound
public Play ( ) : void
리턴 void

Sound() 공개 메소드

Construct the Sound object to play sound data from the specified stream.
public Sound ( Stream stream ) : System
stream Stream
리턴 System

Sound() 공개 메소드

Construct the Sound object to play sound data from the specified byte.
public Sound ( byte m_soundBytes ) : System
m_soundBytes byte
리턴 System

Sound() 공개 메소드

Construct the Sound object to play sound data from the specified file.
public Sound ( string fileName ) : System
fileName string
리턴 System