Class Format3DResult
Inheritance
System.Object
Format3DResult
Namespace: Emby.Naming.Video
Assembly: Emby.Naming.dll
Syntax
public sealed class Format3DResult
Properties
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 |
|