Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Define algoritmos para el procesador de vídeo que usa MF_VIDEO_PROCESSOR_ALGORITHM.
Sintaxis
typedef enum _MF_VIDEO_PROCESSOR_ALGORITHM_TYPE {
MF_VIDEO_PROCESSOR_ALGORITHM_DEFAULT = 0,
MF_VIDEO_PROCESSOR_ALGORITHM_MRF_CRF_444 = 1
} MF_VIDEO_PROCESSOR_ALGORITHM_TYPE;
Constantes
-
MF_VIDEO_PROCESSOR_ALGORITHM_DEFAULT
-
el modo predeterminado favorece un equilibrio de calidad y velocidad
-
MF_VIDEO_PROCESSOR_ALGORITHM_MRF_CRF_444
-
El procesador de vídeo siempre procesará internamente en AYUV y usará filtros de alta calidad.
Requisitos
| Requisito | Value |
|---|---|
| Cliente mínimo compatible |
Windows 8.1 [solo aplicaciones de escritorio] |
| Servidor mínimo compatible |
Windows Server 2012 R2 [solo aplicaciones de escritorio] |
| IDL |
|
Vea también