Class MediaFileInfo
Represents a single video file
Inheritance
System.Object
MediaFileInfo
Namespace: Emby.Naming.Common
Assembly: Emby.Naming.dll
Syntax
public sealed class MediaFileInfo
Properties
ExtraRule
Gets or sets the extra rule.
Declaration
public ExtraRule ExtraRule { get; set; }
Property Value
Type | Description |
---|---|
ExtraRule | The extra rule. |
ExtraType
Gets or sets the type of the extra, e.g. trailer, theme song, behing the scenes, etc.
Declaration
public ExtraType? ExtraType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ExtraType> | The type of the extra. |
FileInfo
Declaration
public FileSystemMetadata FileInfo { get; set; }
Property Value
Type | Description |
---|---|
FileSystemMetadata |
FileNameWithoutExtension
Gets the file name without extension.
Declaration
public string FileNameWithoutExtension { get; }
Property Value
Type | Description |
---|---|
System.String | The file name without extension. |
Format3D
Gets or sets the format3 d.
Declaration
public string Format3D { get; set; }
Property Value
Type | Description |
---|---|
System.String | The format3 d. |
Is3D
Gets or sets a value indicating whether [is3 d].
Declaration
public bool Is3D { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsDirectory
Gets or sets the type.
Declaration
public bool IsDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The type. |
IsStub
Gets a value indicating whether this instance is stub.
Declaration
public bool IsStub { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
MediaType
Declaration
public MediaType MediaType { get; set; }
Property Value
Type | Description |
---|---|
MediaType |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |
StubType
Gets or sets the type of the stub.
Declaration
public string StubType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the stub. |
Year
Gets or sets the year.
Declaration
public int? Year { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The year. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()