Table of Contents

Class VideoFromInternet

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a video from the internet with metadata.

public class VideoFromInternet
Inheritance
VideoFromInternet
Inherited Members
Extension Methods

Properties

Channel

Gets or sets the channel name.

public string Channel { get; set; }

Property Value

string

Extension

Gets or sets the file extension (e.g., "mp4", "webm").

public string Extension { get; set; }

Property Value

string

Title

Gets or sets the video title.

public string Title { get; set; }

Property Value

string

YtCode

Gets or sets the YouTube video code.

public string YtCode { get; set; }

Property Value

string