C# 클래스 jxGameFramework.Media.AudioPlayer

音频播放器
상속: IDisposable
파일 보기 프로젝트 열기: jxpxxzj/WarshipGirl 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AudioPlayer ( ) : System
AudioPlayer ( AudioStream stream ) : System
IDisposable ( ) : void
Pause ( ) : void
Play ( bool restart ) : void
Stop ( ) : void

메소드 상세

AudioPlayer() 공개 메소드

public AudioPlayer ( ) : System
리턴 System

AudioPlayer() 공개 메소드

public AudioPlayer ( AudioStream stream ) : System
stream AudioStream
리턴 System

IDisposable() 공개 메소드

public IDisposable ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( bool restart ) : void
restart bool
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void