C# 클래스 KaraokeList2.KaraokeWindow

Interaction logic for KaraokeWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: majimenezp/KaraokeList2 1 사용 예제들

공개 메소드들

메소드 설명
CreateMp3OutPut ( string fileName ) : WaveStream
KaraokeWindow ( ) : System
PlayMp3File ( string fileName ) : void
Start ( string fileName, int KaraokeId, string message, string messageAtEnd ) : void
Stop ( ) : void
loadBitmap ( System source ) : System.Windows.Media.Imaging.BitmapSource

비공개 메소드들

메소드 설명
ChangeAnnounceColor ( System image ) : void
DeleteObject ( IntPtr o ) : int
TickTimer ( object sender, EventArgs e ) : void

메소드 상세

CreateMp3OutPut() 공개 메소드

public CreateMp3OutPut ( string fileName ) : WaveStream
fileName string
리턴 NAudio.Wave.WaveStream

KaraokeWindow() 공개 메소드

public KaraokeWindow ( ) : System
리턴 System

PlayMp3File() 공개 메소드

public PlayMp3File ( string fileName ) : void
fileName string
리턴 void

Start() 공개 메소드

public Start ( string fileName, int KaraokeId, string message, string messageAtEnd ) : void
fileName string
KaraokeId int
message string
messageAtEnd string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

loadBitmap() 공개 정적인 메소드

public static loadBitmap ( System source ) : System.Windows.Media.Imaging.BitmapSource
source System
리턴 System.Windows.Media.Imaging.BitmapSource