Click or drag to resize

VideoPlayerWPF Class

Video Player component for WPF
VideoPlayerWPF
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  CSVideoPlayerVideoPlayerWPF

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VideoPlayerWPF : UserControl, 
	IComponentConnector

The VideoPlayerWPF type exposes the following members.

Constructors
  NameDescription
Public methodVideoPlayerWPF
VideoPlayerWPF
Top
Properties
  NameDescription
Public propertyFFmpegLibsPath
FFmpegLibsPath
Public propertyFullScreenMode
FullScreenMode
Public propertyUserKey
The user key.
Public propertyUserName
The user name.
Top
Methods
  NameDescription
Public methodCheckLicense
Check the user license of the component.
Public methodFlip
Flip
Public methodFullScreen
FullScreen
Public methodGetDeatils
GetDeatils
Public methodInit
Init the component, must be call before using any functionality of the component.
Public methodInitializeComponent
InitializeComponent
Public methodNaturalDuration
NaturalDuration
Public methodOpen
Open
Public methodPause
Pause
Public methodPlay
Play
Public methodPositionGet
PositionGet
Public methodPositionSet
PositionSet
Public methodRotate
Rotate
Public methodSpeedRatio
SpeedRatio
Public methodStop
Stop
Public methodVolume
Volume
Top
Events
  NameDescription
Public eventMediaChanged
MediaChanged
Public eventMediaChanging
MediaChanging
Public eventMediaClosed
MediaClosedEventHandler
Public eventMediaEnded
MediaEnded
Public eventMediaFailed
MediaFailed
Public eventMediaInitializing
MediaInitializing
Public eventMediaOpened
MediaOpened
Public eventMediaOpening
MediaOpening
Public eventMediaReady
MediaReady
Public eventMediaStateChanged
MediaStateChanged
Top
Fields
  NameDescription
Public fieldmediaProperties
mediaProperties
Top
See Also