Show / Hide Table of Contents

Interface IVideoPlayer

Interface for video player

Namespace: Phoenix.MediaCapture.DVR
Assembly: Phoenix.Abstractions.MediaCapture.dll
Syntax
public interface IVideoPlayer

Properties

View Source

CanPlay

Gets a value indicating whether the video can be played

Declaration
bool CanPlay { get; }
Property Value
Type Description
System.Boolean

Methods

View Source

Pause()

Pauses the video

Declaration
void Pause()
View Source

Play()

Plays the video

Declaration
void Play()
View Source

Stop()

Stops the video

Declaration
void Stop()
  • View Source
In This Article
Back to top Generated by DocFX