IVideoInfo public interface IVideoInfo : IMediaInfo, IResourceInfo Contains information about a video file. Documentation Code int Height { get; } Gets the height of the video. int Width { get; } Gets the width of the video.