Condividi tramite


struttura DRM_AUDIO_OUTPUT_PROTECTION_IDS

La struttura DRM_AUDIO_OUTPUT_PROTECTION_IDS contiene un elenco di identificatori di protezione dell'output audio.

Sintassi

typedef struct DRM_AUDIO_OUTPUT_PROTECTION_IDS {
  WORD                        cEntries;
  DRM_AUDIO_OUTPUT_PROTECTION *rgAop;
} ;

Members

voci

Numero di voci nella matrice rgAop .

rgAop

Matrice di strutture DRM_AUDIO_OUTPUT_PROTECTION . DRM_AUDIO_OUTPUT_PROTECTION è un tipo definito come DRM_OUTPUT_PROTECTION.

Commenti

Nessuno.

Requisiti

Requisito Valore
Intestazione
Wmdrmsdk.h

Vedi anche

DRM_AUDIO_OUTPUT_PROTECTION_IDS_EX

DRM_VIDEO_OUTPUT_PROTECTION_IDS

Strutture