Interface IVideoInfo
Interface for video info.
Inherited Members
Namespace: Evergine.Common.Media
Assembly: Evergine.Common.dll
Syntax
public interface IVideoInfo : IDisposable
Properties
Duration
Gets the duration of the video.
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 this 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 |