Interface IVideoPlayer
Interface for video player
Namespace: Phoenix.MediaCapture.DVR
Assembly: Phoenix.Abstractions.MediaCapture.dll
Syntax
public interface IVideoPlayer
Properties
View SourceCanPlay
Gets a value indicating whether the video can be played
Declaration
bool CanPlay { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourcePause()
Pauses the video
Declaration
void Pause()
Play()
Plays the video
Declaration
void Play()
Stop()
Stops the video
Declaration
void Stop()