Multimedia

Multimedia class

Provides functionality to collect and download VideoInfo from the associated page.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 abstract class Multimedia : IDisposable

Properties

Name Description
abstract MultimediaHost { get; } Gets the host supported by this Multimedia.
Url { get; } Gets the associated page URL.

Methods

Name Description
abstract CollectVideoInfo() Collects video information from the associated page.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
abstract Download(VideoFormatInfo, string) Downloads the video file referenced in videoFormatInfo to a local file specified by path.

See Also