C# Class Vidka.Components.VidkaPreviewPlayer

Inheritance: System.Windows.Forms.UserControl, IVideoPlayer
Afficher le fichier Open project: miktemk/VidkaEditor

Méthodes publiques

Méthode Description
GetPositionSec ( ) : double
IsStopped ( ) : bool
PlayVideoClip ( string filename, double clipSecStart, double clipSecEnd, bool mute ) : void
PleaseUnlockThisFile ( string filename ) : void
SetStillFrame ( string filename, double offsetSeconds ) : void
SetStillFrameNone ( ) : void
StopWhateverYouArePlaying ( ) : void
VidkaPreviewPlayer ( ) : System

Private Methods

Méthode Description
MediaPlayer_MediaError ( object sender, AxWMPLib e ) : void
MediaPlayer_PlayStateChange ( object sender, AxWMPLib e ) : void
VidkaPreviewPlayer_Load ( object sender, EventArgs e ) : void

Method Details

GetPositionSec() public méthode

public GetPositionSec ( ) : double
Résultat double

IsStopped() public méthode

public IsStopped ( ) : bool
Résultat bool

PlayVideoClip() public méthode

public PlayVideoClip ( string filename, double clipSecStart, double clipSecEnd, bool mute ) : void
filename string
clipSecStart double
clipSecEnd double
mute bool
Résultat void

PleaseUnlockThisFile() public méthode

public PleaseUnlockThisFile ( string filename ) : void
filename string
Résultat void

SetStillFrame() public méthode

public SetStillFrame ( string filename, double offsetSeconds ) : void
filename string
offsetSeconds double
Résultat void

SetStillFrameNone() public méthode

public SetStillFrameNone ( ) : void
Résultat void

StopWhateverYouArePlaying() public méthode

public StopWhateverYouArePlaying ( ) : void
Résultat void

VidkaPreviewPlayer() public méthode

public VidkaPreviewPlayer ( ) : System
Résultat System