DrmOutputOptions Class
DRM Output Options
Definition
Namespace: Avalonia.LinuxFramebuffer
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)
- C#
- VB
- F#
public class DrmOutputOptions
Public Class DrmOutputOptions
type DrmOutputOptions = class end
Inheritance | Object → DrmOutputOptions |
Constructors
DrmOutputOptions() | Initializes a new instance of the DrmOutputOptions class |
Properties
ConnectorType | Specifies whether our connector is HDMI-A, DVI, DisplayPort, etc. If null, the preferred connector will be used. |
ConnectorTypeId | Specifies the connector type ID used with ConnectorType. If null, the preferred connector type ID will be used. |
EnableInitialBufferSwapping | If true an two cycle buffer swapping is processed at init. Default: True |
InitialBufferSwappingColor | Color for EnableInitialBufferSwapping Default: R0 G0 B0 A0 |
Scaling | Scaling factor. Default: 1.0 |
VideoMode | Specifies the video mode with which the DrmOutput should be created, if it is not found it will fallback to the preferred mode. If null, the preferred mode will be used. |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() | Returns a string that represents the current object. (Inherited from Object) |