MultimediaHost

MultimediaHost class

Represents host of the multimedia object.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 MultimediaHost : IEquatable<MultimediaHost>

Constructors

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

Properties

Name Description
static YouKu { get; } Represents an YouKu host.
static YouTube { get; } Represents an YouTube host.
static Zoom { get; } Represents a Zoom host.
HostName { get; } Gets the host name.

Methods

Name Description
Equals(MultimediaHost) Indicates whether the current object is equal to another object of the same type.
override Equals(object) Determines whether the specified Object, is equal to this instance.
override GetHashCode() Returns a hash code for this instance.
override ToString() Returns a String that represents this instance.
operator ==
operator !=

See Also