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
Extension
Gets or sets the file extension (e.g., "mp4", "webm").
public string Extension { get; set; }
Property Value
Title
Gets or sets the video title.
public string Title { get; set; }
Property Value
YtCode
Gets or sets the YouTube video code.
public string YtCode { get; set; }