C# Class Wxv.Swg.Explorer.MediaPlayer

显示文件 Open project: wverkley/Swg.Explorer

Public Methods

Method Description
Pause ( ) : void
Play ( byte data, System.Text.Format format = Format.MP3 ) : void
Stop ( ) : void

Private Methods

Method Description
MediaPlayer ( ) : System

Method Details

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( byte data, System.Text.Format format = Format.MP3 ) : void
data byte
format System.Text.Format
return void

Stop() public method

public Stop ( ) : void
return void