C# Class Banshee.GStreamerSharp.PlayerEngine

Inheritance: Banshee.MediaEngine.PlayerEngine
Afficher le fichier Open project: mono-soc-2011/banshee

Méthodes publiques

Méthode Description
Close ( bool fullShutdown ) : void
GetSubtitleDescription ( int index ) : string
Pause ( ) : void
Play ( ) : void
PlayerEngine ( ) : System

Méthodes protégées

Méthode Description
OpenUri ( SafeUri uri, bool maybeVideo ) : void

Private Methods

Méthode Description
HandleBuffering ( int buffer_percent ) : void
HandleError ( Enum domain, string error_message, string debug ) : void
HandleStateChange ( State old_state, State new_state, State pending_state ) : void
HandleTag ( Pad pad, TagList tag_list ) : void
OnBusMessage ( Bus bus, Message msg ) : bool
OnIterate ( ) : bool
OnVolumeChanged ( object o, Gst args ) : void
StartIterating ( ) : void
StopIterating ( ) : void

Method Details

Close() public méthode

public Close ( bool fullShutdown ) : void
fullShutdown bool
Résultat void

GetSubtitleDescription() public méthode

public GetSubtitleDescription ( int index ) : string
index int
Résultat string

OpenUri() protected méthode

protected OpenUri ( SafeUri uri, bool maybeVideo ) : void
uri Hyena.SafeUri
maybeVideo bool
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

PlayerEngine() public méthode

public PlayerEngine ( ) : System
Résultat System