C# 클래스 Summa.Gui.TotemMediaPlayer

상속: IMediaPlayer
파일 보기 프로젝트 열기: wfarr/newskit

공개 메소드들

메소드 설명
Clear ( ) : void
GetPlaying ( ) : bool
Pause ( ) : bool
Play ( string uri ) : void
TotemMediaPlayer ( ) : System

비공개 메소드들

메소드 설명
OnExited ( object obj, EventArgs args ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetPlaying() 공개 메소드

public GetPlaying ( ) : bool
리턴 bool

Pause() 공개 메소드

public Pause ( ) : bool
리턴 bool

Play() 공개 메소드

public Play ( string uri ) : void
uri string
리턴 void

TotemMediaPlayer() 공개 메소드

public TotemMediaPlayer ( ) : System
리턴 System