Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The DXVA_VideoPropertyRange structure specifies the range of allowed values for ProcAmp control properties.
Syntax
typedef struct _DXVA_VideoPropertyRange {
FLOAT MinValue;
FLOAT MaxValue;
FLOAT DefaultValue;
FLOAT StepSize;
} DXVA_VideoPropertyRange, *LPDXVA_VideoPropertyRange;
Members
MinValue
Specifies the minimum value allowed for a given property.
MaxValue
Specifies the maximum value allowed for a given property.
DefaultValue
Specifies the default value for a given property.
StepSize
Specifies the step size increment for a given property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | DirectX 9.0 and later versions only. |
Header | dxva.h (include Dxva.h) |