C# Class csShared.VideoViewModel

Inheritance: Caliburn.Micro.Screen, IDocument
Mostra file Open project: TNOCS/csTouch

Public Properties

Property Type Description
ct DispatcherTimer
pbt DispatcherTimer

Public Methods

Method Description
Pause ( ) : void
Play ( ) : void
ShowControl ( ) : void
UpdateState ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
UpdateVideo ( double value ) : void
VideoViewModel ( ) : System
_view_PreviewMouseMove ( object sender, System e ) : void
_view_PreviewTouchDown ( object sender, System e ) : void
ct_Tick ( object sender, EventArgs e ) : void
meMain_MediaEnded ( object sender, System e ) : void
pbt_Tick ( object sender, EventArgs e ) : void

Method Details

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

ShowControl() public method

public ShowControl ( ) : void
return void

UpdateState() public method

public UpdateState ( ) : void
return void

Property Details

ct public_oe property

public DispatcherTimer ct
return DispatcherTimer

pbt public_oe property

public DispatcherTimer pbt
return DispatcherTimer