Struttura MFVideoCompressedInfo (mfobjects.h)
Contiene informazioni su un formato di compressione video. Questa struttura viene utilizzata nella struttura MFVIDEOFORMAT .
Sintassi
typedef struct _MFVideoCompressedInfo {
LONGLONG AvgBitrate;
LONGLONG AvgBitErrorRate;
DWORD MaxKeyFrameSpacing;
} MFVideoCompressedInfo;
Members
AvgBitrate
Velocità media in bit del flusso video codificato, in bit al secondo.
AvgBitErrorRate
Frequenza di errore prevista, in bit al secondo.
MaxKeyFrameSpacing
Numero di fotogrammi tra fotogrammi chiave.
Commenti
Per i formati video non compressi, impostare i membri della struttura su zero.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | mfobjects.h (include Mfidl.h) |