C# Class KaraokeList2.KaraokeWindow

Interaction logic for KaraokeWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: majimenezp/KaraokeList2 Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ChangeAnnounceColor ( System image ) : void
DeleteObject ( IntPtr o ) : int
TickTimer ( object sender, EventArgs e ) : void

Method Details

CreateMp3OutPut() public méthode

public CreateMp3OutPut ( string fileName ) : WaveStream
fileName string
Résultat NAudio.Wave.WaveStream

KaraokeWindow() public méthode

public KaraokeWindow ( ) : System
Résultat System

PlayMp3File() public méthode

public PlayMp3File ( string fileName ) : void
fileName string
Résultat void

Start() public méthode

public Start ( string fileName, int KaraokeId, string message, string messageAtEnd ) : void
fileName string
KaraokeId int
message string
messageAtEnd string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

loadBitmap() public static méthode

public static loadBitmap ( System source ) : System.Windows.Media.Imaging.BitmapSource
source System
Résultat System.Windows.Media.Imaging.BitmapSource