C# Class Cubano.NowPlaying.NowPlayingStage

Inheritance: Group
显示文件 Open project: abock/cubano Class Usage Examples

Public Methods

Method Description
NowPlayingStage ( IntPtr raw ) : System
NowPlayingStage ( Texture video_texture ) : System
Pause ( ) : void
Resume ( ) : void

Protected Methods

Method Description
OnAllocate ( ActorBox box, AllocationFlags flags ) : void

Private Methods

Method Description
AllocateVideoTexture ( int textureWidth, int textureHeight ) : void
ConfigureVideo ( ) : void
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void
OnVideoTextureSizeChange ( object o, SizeChangeArgs args ) : void
ToggleVideoVisibility ( ) : void

Method Details

NowPlayingStage() public method

public NowPlayingStage ( IntPtr raw ) : System
raw System.IntPtr
return System

NowPlayingStage() public method

public NowPlayingStage ( Texture video_texture ) : System
video_texture Texture
return System

OnAllocate() protected method

protected OnAllocate ( ActorBox box, AllocationFlags flags ) : void
box ActorBox
flags AllocationFlags
return void

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void