C# Class MediaPortal.Player.AudioPlayerWMP9

Inheritance: IPlayer
Show file Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
AudioPlayerWMP9 ( ) : System
Dispose ( ) : void
Pause ( ) : void
Play ( string strFile ) : bool
Process ( ) : void
SeekAbsolute ( double dTime ) : void
SeekAsolutePercentage ( int iPercentage ) : void
SeekRelative ( double dTime ) : void
SeekRelativePercentage ( int iPercentage ) : void
SetVideoWindow ( ) : void
Stop ( ) : void

Private Methods

Method Description
CreateInstance ( ) : void
LoadStreamingSettings ( ) : void
OnBuffering ( object sender, AxWMPLib._WMPOCXEvents_BufferingEvent e ) : void
OnPlayStateChange ( object sender, AxWMPLib._WMPOCXEvents_PlayStateChangeEvent e ) : void
SongEnded ( bool bManualStop ) : void

Method Details

AudioPlayerWMP9() public method

public AudioPlayerWMP9 ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( string strFile ) : bool
strFile string
return bool

Process() public method

public Process ( ) : void
return void

SeekAbsolute() public method

public SeekAbsolute ( double dTime ) : void
dTime double
return void

SeekAsolutePercentage() public method

public SeekAsolutePercentage ( int iPercentage ) : void
iPercentage int
return void

SeekRelative() public method

public SeekRelative ( double dTime ) : void
dTime double
return void

SeekRelativePercentage() public method

public SeekRelativePercentage ( int iPercentage ) : void
iPercentage int
return void

SetVideoWindow() public method

public SetVideoWindow ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void