C# Class CodeImp.Gluon.MediaPlayerDisplayForm

Show file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
MediaPlayerDisplayForm ( ) : System
PlayFile ( string filename, int startpos ) : void
SetMuxingFile ( string filename ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MessageHandler ( int msgtype, IntPtr msgdata ) : void
player_PlayStateChange ( object sender, AxWMPLib e ) : void
updatetimer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MediaPlayerDisplayForm() public method

public MediaPlayerDisplayForm ( ) : System
return System

PlayFile() public method

public PlayFile ( string filename, int startpos ) : void
filename string
startpos int
return void

SetMuxingFile() public method

public SetMuxingFile ( string filename ) : void
filename string
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m Message
return void