Class VideoInfo
Represents a complete video, including all parts and subtitles
Inheritance
System.Object
VideoInfo
Namespace: Emby.Naming.Video
Assembly: Emby.Naming.dll
Syntax
public sealed class VideoInfo
Properties
AlternateVersions
Gets or sets the alternate versions.
Declaration
public List<VideoInfo> AlternateVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<VideoInfo> | The alternate versions. |
Extras
Gets or sets the extras.
Declaration
public List<MediaFileInfo> Extras { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MediaFileInfo> | The extras. |
Files
Gets or sets the files.
Declaration
public List<MediaFileInfo> Files { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MediaFileInfo> | The files. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
NamedFromFolder
Declaration
public bool NamedFromFolder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OriginalName
Declaration
public string OriginalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Year
Gets or sets the year.
Declaration
public int? Year { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The year. |