C# Class Cubano.NowPlaying.NowPlayingStage

Inheritance: Group
Afficher le fichier Open project: abock/cubano Class Usage Examples

Méthodes publiques

Méthode Description
NowPlayingStage ( IntPtr raw ) : System
NowPlayingStage ( Texture video_texture ) : System
Pause ( ) : void
Resume ( ) : void

Méthodes protégées

Méthode Description
OnAllocate ( ActorBox box, AllocationFlags flags ) : void

Private Methods

Méthode 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 méthode

public NowPlayingStage ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

NowPlayingStage() public méthode

public NowPlayingStage ( Texture video_texture ) : System
video_texture Texture
Résultat System

OnAllocate() protected méthode

protected OnAllocate ( ActorBox box, AllocationFlags flags ) : void
box ActorBox
flags AllocationFlags
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void