Class PixelFormat
The Pixel Format.
Inheritance
System.Object
PixelFormat
Namespace: Emby.Media.Model.Types
Assembly: Emby.Media.Model.dll
Syntax
public class PixelFormat
Constructors
PixelFormat(ColorFormats, Endian)
Initializes a new instance of the PixelFormat class.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public PixelFormat(ColorFormats colorFormat, Endian endian)
Parameters
Type | Name | Description |
---|---|---|
ColorFormats | colorFormat | The color format. |
Endian | endian | The endian. |
Properties
ColorFormat
Gets the color format.
Declaration
public ColorFormats ColorFormat { get; }
Property Value
Type | Description |
---|---|
ColorFormats | The color format. |
Endian
Gets the endian.
Declaration
public Endian Endian { get; }
Property Value
Type | Description |
---|---|
Endian | The endian. |
Methods
ToString()
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()