C# Class Steamp3.MediaPlayer

Afficher le fichier Open project: ta0soft/STEAMp3

Méthodes publiques

Méthode Description
ChangeDevice ( int index ) : bool
Dispose ( ) : void
GetDeviceNames ( ) : string[]
IsPaused ( ) : bool
IsPlaying ( bool orPaused ) : bool
MediaPlayer ( ) : System
Next ( string status, bool chat ) : bool
Pause ( string status, bool chat ) : bool
Play ( System.Windows.Forms.UI item, string status, bool chat ) : bool
Play ( int index, string status, bool chat ) : bool
Play ( string status, bool chat ) : bool
Previous ( string status, bool chat ) : bool
Random ( string status, bool chat ) : bool
Resume ( string status, bool chat ) : bool
StartTimers ( ) : void
Stop ( string status, bool chat ) : bool
StopTimers ( ) : void
Stream ( System.Windows.Forms.UI station, string status, bool chat ) : bool

Méthodes protégées

Méthode Description
OnMediaError ( EventArgs e ) : void
OnPlayModeChanged ( EventArgs e ) : void
OnPlayStateChanged ( EventArgs e ) : void
OnPositionChanged ( EventArgs e ) : void
OnVolumeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
DisposeID3 ( ) : void
DisposeMediaPlayer ( ) : void
p_Shoutcast_TitleReceived ( object sender, string title ) : void
p_StreamTimer_Tick ( object sender, EventArgs e ) : void
p_Timer2_Tick ( object sender, EventArgs e ) : void
p_Timer_Tick ( object sender, EventArgs e ) : void
p_WMP_MediaError ( object pMediaObject ) : void
p_WMP_PlayStateChange ( int NewState ) : void

Method Details

ChangeDevice() public méthode

public ChangeDevice ( int index ) : bool
index int
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDeviceNames() public méthode

public GetDeviceNames ( ) : string[]
Résultat string[]

IsPaused() public méthode

public IsPaused ( ) : bool
Résultat bool

IsPlaying() public méthode

public IsPlaying ( bool orPaused ) : bool
orPaused bool
Résultat bool

MediaPlayer() public méthode

public MediaPlayer ( ) : System
Résultat System

Next() public méthode

public Next ( string status, bool chat ) : bool
status string
chat bool
Résultat bool

OnMediaError() protected méthode

protected OnMediaError ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPlayModeChanged() protected méthode

protected OnPlayModeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPlayStateChanged() protected méthode

protected OnPlayStateChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPositionChanged() protected méthode

protected OnPositionChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnVolumeChanged() protected méthode

protected OnVolumeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

Pause() public méthode

public Pause ( string status, bool chat ) : bool
status string
chat bool
Résultat bool

Play() public méthode

public Play ( System.Windows.Forms.UI item, string status, bool chat ) : bool
item System.Windows.Forms.UI
status string
chat bool
Résultat bool

Play() public méthode

public Play ( int index, string status, bool chat ) : bool
index int
status string
chat bool
Résultat bool

Play() public méthode

public Play ( string status, bool chat ) : bool
status string
chat bool
Résultat bool

Previous() public méthode

public Previous ( string status, bool chat ) : bool
status string
chat bool
Résultat bool

Random() public méthode

public Random ( string status, bool chat ) : bool
status string
chat bool
Résultat bool

Resume() public méthode

public Resume ( string status, bool chat ) : bool
status string
chat bool
Résultat bool

StartTimers() public méthode

public StartTimers ( ) : void
Résultat void

Stop() public méthode

public Stop ( string status, bool chat ) : bool
status string
chat bool
Résultat bool

StopTimers() public méthode

public StopTimers ( ) : void
Résultat void

Stream() public méthode

public Stream ( System.Windows.Forms.UI station, string status, bool chat ) : bool
station System.Windows.Forms.UI
status string
chat bool
Résultat bool