VideoInfo

VideoInfo class

Represents video information.Note: We do not support downloading copyrighted videos and using other people’s videos for commercial purposes without their express permission. We are not responsible for any copyright infringement that may occur when using this tool.

public class VideoInfo : MultimediaInfo

Constructors

Name Description
VideoInfo(MultimediaHost) Initializes a new instance of the VideoInfo class.
VideoInfo(string) Initializes a new instance of the VideoInfo class.

Properties

Name Description
Description { get; set; } Multimedia description.
Duration { get; set; } Multimedia duration in second.
Formats { get; } Collection of the available video formats.
MultimediaHost { get; } Host from which this info was obtained.
Thumbnails { get; } Collection of thumbnails URLs.
Title { get; set; } Multimedia title.

See Also