Condividi tramite


Configurazione dei flussi Web

I flussi Web sono un tipo specializzato di flusso di trasferimento file usato per recapitare i file associati a un sito Web in un singolo flusso. La configurazione del flusso Web è riepilogata nella tabella seguente.

Impostazione Descrizione
WM_MEDIA_TYPE.majortype Impostare su WMMEDIATYPE_FileTransfer.
WM_MEDIA_TYPE.sottotipo Impostare su WMMEDIASUBTYPE_WebStream.
WM_MEDIA_TYPE.bFixedSizeSamples Impostare su False.
WM_MEDIA_TYPE.bTemporalCompression Impostare su True.
WM_MEDIA_TYPE.lSampleSize Impostare su 0.
WM_MEDIA_TYPE.formattype Impostare su WMFORMAT_WebStream.
WM_MEDIA_TYPE.pUnk Impostare su NULL.
WM_MEDIA_TYPE.cbFormat Impostare su sizeof(WMT_WEBSTREAM_FORMAT).
WM_MEDIA_TYPE.pbFormat Impostare sull'indirizzo di una struttura WMT_WEBSTREAM_FORMAT configurata correttamente.
WMT_WEBSTREAM_FORMAT.cbSampleHeaderFixedData Impostare su sizeof(WMT_WEBSTREAM_SAMPLE_HEADER).
WMT_WEBSTREAM_FORMAT.wVersion impostare su 1.
WMT_WEBSTREAM_FORMAT.wreserved Impostare su 0.

 

Configurazione comune a tutti i flussi

Configurazione di tipi di flusso arbitrari

Flussi Web