Class BroadcastResolutions.BroadcastResolution
Inheritance
System.Object
BroadcastResolutions.BroadcastResolution
Assembly: Emby.Media.Model.dll
public class BroadcastResolution
Constructors
Declaration
public BroadcastResolution(string type, string name, Resolution resolution, bool isInterlaced)
Parameters
| Type |
Name |
Description |
| System.String |
type |
|
| System.String |
name |
|
| Resolution |
resolution |
|
| System.Boolean |
isInterlaced |
|
Properties
Declaration
public Rational AspectRatio { get; }
Property Value
Declaration
public bool IsInterlaced { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public Resolution Resolution { get; }
Property Value
Declaration
public string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
A string that represents the current object.
|
Overrides
System.Object.ToString()
Extension Methods