Method | 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 |
Method | Description | |
---|---|---|
MediaPlayer_MediaError ( object sender, AxWMPLib e ) : void | ||
MediaPlayer_PlayStateChange ( object sender, AxWMPLib e ) : void | ||
VidkaPreviewPlayer_Load ( object sender, |
public PlayVideoClip ( string filename, double clipSecStart, double clipSecEnd, bool mute ) : void | ||
filename | string | |
clipSecStart | double | |
clipSecEnd | double | |
mute | bool | |
return | void |
public PleaseUnlockThisFile ( string filename ) : void | ||
filename | string | |
return | void |
public SetStillFrame ( string filename, double offsetSeconds ) : void | ||
filename | string | |
offsetSeconds | double | |
return | void |