ZoomVideoInfo

ZoomVideoInfo class

Represents Zoom specific 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 ZoomVideoInfo : VideoInfo

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