Interface IVideoInfo
Interface for video information.
Namespace: Evergine.Common.Media
Assembly: Evergine.Common.dll
Syntax
public interface IVideoInfo
Properties
Duration
Gets the video's duration.
Declaration
TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Height
Gets the height of this video in pixels.
Declaration
int Height { get; }
Property Value
Type | Description |
---|---|
int |
Path
Gets the path of the video.
Declaration
string Path { get; }
Property Value
Type | Description |
---|---|
string |
Width
Gets the width of this video in pixels.
Declaration
int Width { get; }
Property Value
Type | Description |
---|---|
int |