C# Class SRNicoNico.ViewModels.VideoFlashHandler

Inheritance: IObjectForScriptable, IDisposable
Afficher le fichier Open project: mrtska/SRNicoNico Class Usage Examples

Méthodes publiques

Méthode Description
ApplyChanges ( ) : void
Dispose ( ) : void
InvokeScript ( string func ) : void
Invoked ( string cmd, string args ) : void
ReloadCommentAsync ( ) : void
VideoFlashHandler ( VideoViewModel vm ) : System

Méthodes protégées

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

Private Methods

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

Method Details

ApplyChanges() public méthode

public ApplyChanges ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HideComment() protected méthode

protected HideComment ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( System browser, VideoData videoData ) : void
browser System
videoData SRNicoNico.Models.NicoNicoViewer.VideoData
Résultat void

InjectComment() protected méthode

protected InjectComment ( string json ) : void
json string
Résultat void

InjectPostedComment() protected méthode

protected InjectPostedComment ( string json ) : void
json string
Résultat void

InjectUploaderComment() protected méthode

protected InjectUploaderComment ( string json ) : void
json string
Résultat void

InvokeScript() public méthode

public InvokeScript ( string func ) : void
func string
Résultat void

Invoked() public méthode

public Invoked ( string cmd, string args ) : void
cmd string
args string
Résultat void

Pause() protected méthode

protected Pause ( ) : void
Résultat void

ReloadCommentAsync() public méthode

public ReloadCommentAsync ( ) : void
Résultat void

Restart() protected méthode

protected Restart ( ) : void
Résultat void

Resume() protected méthode

protected Resume ( ) : void
Résultat void

Seek() protected méthode

protected Seek ( int pos ) : void
pos int
Résultat void

SetVolume() protected méthode

protected SetVolume ( int volume ) : void
volume int
Résultat void

ShowComment() protected méthode

protected ShowComment ( ) : void
Résultat void

TogglePlay() protected méthode

protected TogglePlay ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

VideoFlashHandler() public méthode

public VideoFlashHandler ( VideoViewModel vm ) : System
vm VideoViewModel
Résultat System