estructura KSCAMERA_PROFILE_PININFO (ksmedia.h)

Esta estructura especifica la lista disponible de tipos de medios para cada una de las patillas del controlador de cámara.

Sintaxis

typedef struct _KSCAMERA_PROFILE_PININFO {
  GUID                        PinCategory;
  union {
    struct {
      USHORT PinIndex;
      USHORT ProfileSensorType;
    };
    UINT32 Reserved;
  };
  UINT32                      MediaInfoCount;
  PKSCAMERA_PROFILE_MEDIAINFO MediaInfos;
} KSCAMERA_PROFILE_PININFO, *PKSCAMERA_PROFILE_PININFO;

Miembros

PinCategory

Se trata de la categoría PINNAME correspondiente a capture, preview o Still image pin. Para Windows 10, las únicas categorías de patillas admitidas son: PINNAME_VIDEO_CAPTURE, PINNAME_VIDEO_PREVIEW, PINNAME_VIDEO_STILL. Todas las demás categorías producirán un error STATUS_INVALID_PARAMETER.

PinIndex

ProfileSensorType

Reserved

Sin usar. Debe ser 0.

MediaInfoCount

Tamaño de matriz de KSCAMERA_PROFILE_MEDIAINFO estructuras especificadas en el campo MediaInfos.

MediaInfos

Matriz de estructuras de KSCAMERA_PROFILE_MEDIAINFO.

Requisitos

Requisito Valor
Header ksmedia.h