Class Hwframescontext
Inheritance
System.Object
Hwframescontext
Namespace: Emby.Media.Model.GraphModel
Assembly: Emby.Media.Model.dll
Syntax
public class Hwframescontext
Properties
HasHwFramesContext
Gets or sets the has hw frames context.
Declaration
public bool HasHwFramesContext { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The has hw frames context. |
Height
Gets or sets the height.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The height. |
HwDeviceContext
Gets or sets the hw device context.
Declaration
public Hwdevicecontext HwDeviceContext { get; set; }
Property Value
Type | Description |
---|---|
Hwdevicecontext | The hw device context. |
HwPixelFormat
Gets or sets the hw pixel format.
Declaration
public string HwPixelFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The hw pixel format. |
SwPixelFormat
Gets or sets the sw pixel format.
Declaration
public string SwPixelFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The sw pixel format. |
Width
Gets or sets the width.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The width. |