Method | Description | |
---|---|---|
NowPlayingStage ( |
||
NowPlayingStage ( Texture video_texture ) : System | ||
Pause ( ) : void | ||
Resume ( ) : void |
Method | Description | |
---|---|---|
OnAllocate ( ActorBox box, AllocationFlags flags ) : void |
Method | Description | |
---|---|---|
AllocateVideoTexture ( int textureWidth, int textureHeight ) : void | ||
ConfigureVideo ( ) : void | ||
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void | ||
OnVideoTextureSizeChange ( object o, SizeChangeArgs args ) : void | ||
ToggleVideoVisibility ( ) : void |
public NowPlayingStage ( |
||
raw | ||
return | System |
public NowPlayingStage ( Texture video_texture ) : System | ||
video_texture | Texture | |
return | System |
protected OnAllocate ( ActorBox box, AllocationFlags flags ) : void | ||
box | ActorBox | |
flags | AllocationFlags | |
return | void |