C# Class CrystalMpq.Explorer.AudioVideo.MediaPlayer

Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
ApplySettings ( ) : void
MediaPlayer ( IHost host ) : System
Pause ( ) : void
Play ( ) : void
ResetMedia ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnFileChanged ( ) : void
OnSizeChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
CreateFile ( byte data ) : void
CreateGraph ( ) : void
DeleteFile ( ) : void
DisposeGraph ( ) : void
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

OnEnd ( object sender, EventArgs e ) : void
OnPause ( object sender, EventArgs e ) : void
OnPlay ( object sender, EventArgs e ) : void
OnStop ( object sender, EventArgs e ) : void
UpdateInterface ( ) : void
UpdateSeekingCapabilities ( ) : void
playPauseToolStripButton_Click ( object sender, EventArgs e ) : void
stopToolStripButton_Click ( object sender, EventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void
trackBar_ValueChanged ( object sender, EventArgs e ) : void

Method Details

ApplySettings() public méthode

public ApplySettings ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MediaPlayer() public méthode

public MediaPlayer ( IHost host ) : System
host IHost
Résultat System

OnFileChanged() protected méthode

protected OnFileChanged ( ) : void
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

ResetMedia() public méthode

public ResetMedia ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void