C# Class PhotoAlbum.VideoPlayer

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: hcilab-um/STim Class Usage Examples

Public Properties

Property Type Description
_currentVideoProgress System.Windows.DependencyProperty
_sourceProperty System.Windows.DependencyProperty
_videoIsPlaying System.Windows.DependencyProperty

Public Methods

Method Description
PlayVideo ( ) : void
StopVideo ( ) : void
VideoBackward ( ) : void
VideoForward ( ) : void
VideoPlayer ( ) : System

Protected Methods

Method Description
OnPlayed ( EventArgs e ) : void
OnStopped ( EventArgs e ) : void

Private Methods

Method Description
OnTouchDown ( object sender, System.Windows.Input.TouchEventArgs args ) : void
PauseButton_Click ( object sender, RoutedEventArgs e ) : void
PlayButtonSmall_Click ( object sender, RoutedEventArgs e ) : void
PlayButton_Click ( object sender, RoutedEventArgs e ) : void
RewindButton_Click ( object sender, RoutedEventArgs e ) : void
VideoPlayerLoaded ( object sender, RoutedEventArgs e ) : void
videoPlayer_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

OnPlayed() protected method

protected OnPlayed ( EventArgs e ) : void
e System.EventArgs
return void

OnStopped() protected method

protected OnStopped ( EventArgs e ) : void
e System.EventArgs
return void

PlayVideo() public method

public PlayVideo ( ) : void
return void

StopVideo() public method

public StopVideo ( ) : void
return void

VideoBackward() public method

public VideoBackward ( ) : void
return void

VideoForward() public method

public VideoForward ( ) : void
return void

VideoPlayer() public method

public VideoPlayer ( ) : System
return System

Property Details

_currentVideoProgress public_oe static_oe property

public static DependencyProperty,System.Windows _currentVideoProgress
return System.Windows.DependencyProperty

_sourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows _sourceProperty
return System.Windows.DependencyProperty

_videoIsPlaying public_oe static_oe property

public static DependencyProperty,System.Windows _videoIsPlaying
return System.Windows.DependencyProperty