Class VideoInfo
Video info instance.
Inherited Members
Namespace: Evergine.DirectX11
Assembly: Evergine.DirectX11.dll
Syntax
public class VideoInfo : IVideoInfo, IDisposable
  Constructors
VideoInfo()
Initializes a new instance of the VideoInfo class.
Declaration
public VideoInfo()
  Properties
Duration
Gets the duration of the video.
Declaration
public TimeSpan Duration { get; }
  Property Value
| Type | Description | 
|---|---|
| TimeSpan | 
Height
Gets the height of this video, in pixels.
Declaration
public int Height { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Path
Gets the path of this video.
Declaration
public string Path { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Width
Gets the width of this video, in pixels.
Declaration
public int Width { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Methods
Dispose()
Dispose video info instance.
Declaration
public void Dispose()