C# Class LongoMatch.Gui.PlayerCapturerBin

显示文件 Open project: GNOME/longomatch

Public Methods

Method Description
PlayerCapturerBin ( ) : System
ShowCapturer ( ) : void
ShowPlayer ( ) : void

Protected Methods

Method Description
Build ( ) : void
OnBacktolivebuttonClicked ( object sender, System e ) : void
OnDestroyed ( ) : void

Private Methods

Method Description
HandleElementLoadedEvent ( object element, bool hasNext ) : void
LoadBackgroundPlayer ( MediaFileSet file ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

OnBacktolivebuttonClicked() protected method

protected OnBacktolivebuttonClicked ( object sender, System e ) : void
sender object
e System
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

PlayerCapturerBin() public method

public PlayerCapturerBin ( ) : System
return System

ShowCapturer() public method

public ShowCapturer ( ) : void
return void

ShowPlayer() public method

public ShowPlayer ( ) : void
return void