C# 클래스 Cubano.NowPlaying.NowPlayingStage

상속: Group
파일 보기 프로젝트 열기: abock/cubano 1 사용 예제들

공개 메소드들

메소드 설명
NowPlayingStage ( IntPtr raw ) : System
NowPlayingStage ( Texture video_texture ) : System
Pause ( ) : void
Resume ( ) : void

보호된 메소드들

메소드 설명
OnAllocate ( ActorBox box, AllocationFlags flags ) : void

비공개 메소드들

메소드 설명
AllocateVideoTexture ( int textureWidth, int textureHeight ) : void
ConfigureVideo ( ) : void
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void
OnVideoTextureSizeChange ( object o, SizeChangeArgs args ) : void
ToggleVideoVisibility ( ) : void

메소드 상세

NowPlayingStage() 공개 메소드

public NowPlayingStage ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

NowPlayingStage() 공개 메소드

public NowPlayingStage ( Texture video_texture ) : System
video_texture Texture
리턴 System

OnAllocate() 보호된 메소드

protected OnAllocate ( ActorBox box, AllocationFlags flags ) : void
box ActorBox
flags AllocationFlags
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void