C# 클래스 SRNicoNico.ViewModels.VideoFlashHandler

상속: IObjectForScriptable, IDisposable
파일 보기 프로젝트 열기: mrtska/SRNicoNico 1 사용 예제들

공개 메소드들

메소드 설명
ApplyChanges ( ) : void
Dispose ( ) : void
InvokeScript ( string func ) : void
Invoked ( string cmd, string args ) : void
ReloadCommentAsync ( ) : void
VideoFlashHandler ( VideoViewModel vm ) : System

보호된 메소드들

메소드 설명
HideComment ( ) : void
Initialize ( System browser, VideoData videoData ) : void
InjectComment ( string json ) : void
InjectPostedComment ( string json ) : void
InjectUploaderComment ( string json ) : void
Pause ( ) : void
Restart ( ) : void
Resume ( ) : void
Seek ( int pos ) : void
SetVolume ( int volume ) : void
ShowComment ( ) : void
TogglePlay ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CsFrame ( double time, TimeRange played, TimeRange buffer, int vpos ) : void
GetFixedPos ( double pos, long videoTime ) : double
GetFlashPlayerPath ( ) : string
GetHtml5PlayerPath ( ) : string
GetRTMPPlayerPath ( ) : string
GetSWFPlayerPath ( ) : string
InitializeComment ( ) : void
LoadCompleted ( object sender, System e ) : void

메소드 상세

ApplyChanges() 공개 메소드

public ApplyChanges ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HideComment() 보호된 메소드

protected HideComment ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( System browser, VideoData videoData ) : void
browser System
videoData SRNicoNico.Models.NicoNicoViewer.VideoData
리턴 void

InjectComment() 보호된 메소드

protected InjectComment ( string json ) : void
json string
리턴 void

InjectPostedComment() 보호된 메소드

protected InjectPostedComment ( string json ) : void
json string
리턴 void

InjectUploaderComment() 보호된 메소드

protected InjectUploaderComment ( string json ) : void
json string
리턴 void

InvokeScript() 공개 메소드

public InvokeScript ( string func ) : void
func string
리턴 void

Invoked() 공개 메소드

public Invoked ( string cmd, string args ) : void
cmd string
args string
리턴 void

Pause() 보호된 메소드

protected Pause ( ) : void
리턴 void

ReloadCommentAsync() 공개 메소드

public ReloadCommentAsync ( ) : void
리턴 void

Restart() 보호된 메소드

protected Restart ( ) : void
리턴 void

Resume() 보호된 메소드

protected Resume ( ) : void
리턴 void

Seek() 보호된 메소드

protected Seek ( int pos ) : void
pos int
리턴 void

SetVolume() 보호된 메소드

protected SetVolume ( int volume ) : void
volume int
리턴 void

ShowComment() 보호된 메소드

protected ShowComment ( ) : void
리턴 void

TogglePlay() 보호된 메소드

protected TogglePlay ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

VideoFlashHandler() 공개 메소드

public VideoFlashHandler ( VideoViewModel vm ) : System
vm VideoViewModel
리턴 System