C# Class Banshee.GStreamerSharp.PlayerEngine

Inheritance: Banshee.MediaEngine.PlayerEngine
Datei anzeigen Open project: mono-soc-2011/banshee

Public Methods

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

Protected Methods

Method Description
OpenUri ( SafeUri uri, bool maybeVideo ) : void

Private Methods

Method 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 method

public Close ( bool fullShutdown ) : void
fullShutdown bool
return void

GetSubtitleDescription() public method

public GetSubtitleDescription ( int index ) : string
index int
return string

OpenUri() protected method

protected OpenUri ( SafeUri uri, bool maybeVideo ) : void
uri Hyena.SafeUri
maybeVideo bool
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

PlayerEngine() public method

public PlayerEngine ( ) : System
return System