Interface IVideoInfo
- Namespace
- AngleSharp.Media
- Assembly
- AngleSharp.dll
Contains information about a video file.
public interface IVideoInfo : IMediaInfo, IResourceInfo
- Inherited Members
- Extension Methods
Properties
Height
Gets the height of the video.
int Height { get; }
Property Value
Width
Gets the width of the video.
int Width { get; }