C# Class Mp3Sharp.MainForm

This is a modified version of the "PlaySound" Managed DirectSound sample.
Inheritance: System.Windows.Forms.Form
Show file Open project: RHY3756547/FreeSO

Public Methods

Method Description
Main ( string Args ) : int
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
EnablePlayUI ( bool enable ) : void
InitializeComponent ( ) : void
LoadSoundFile ( string name ) : bool
MainForm_Load ( object sender, System e ) : void
btnCancel_Click ( object sender, System e ) : void
btnPlay_Click ( object sender, System e ) : void
btnSoundfile_Click ( object sender, System e ) : void
btnStop_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Main() public static method

public static Main ( string Args ) : int
Args string
return int

MainForm() public method

public MainForm ( ) : System
return System