C# Class NaturalGroundingPlayer.LayerAudioControl

Interaction logic for LayerControl.xaml
Inheritance: ILayer
显示文件 Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Hide ( ) : void
LayerAudioControl ( ) : System
OpenMediaAsync ( Media item ) : Task
Show ( ) : void

Private Methods

Method Description
DeleteButton_Click ( object sender, RoutedEventArgs e ) : void
LoopButton_Click ( object sender, RoutedEventArgs e ) : void
playerBusiness_PositionChanged ( object sender, EventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

LayerAudioControl() public method

public LayerAudioControl ( ) : System
return System

OpenMediaAsync() public method

public OpenMediaAsync ( Media item ) : Task
item DataAccess.Media
return Task

Show() public method

public Show ( ) : void
return void