Condividi tramite


Metodo IMFASFMultiplexer::SetFlags (wmcontainer.h)

Imposta le opzioni multiplexer.

Sintassi

HRESULT SetFlags(
  [in] DWORD dwFlags
);

Parametri

[in] dwFlags

OR bit per bit pari a zero o più membri dell'enumerazione MFASF_MULTIPLEXERFLAGS. Questi flag specificano le opzioni multiplexer da usare. Per altre informazioni, vedere "Multiplexer Initialization and Leaky Bucket Settings" in Creating the Multiplexer Object.For more information, see "Multiplexer Initialization and Leaky Bucket Settings" in Creating the Multiplexer Object.

Valore restituito

Il metodo restituisce un valore HRESULT. I valori possibili includono, ma non sono limitati a, quelli indicati nella tabella seguente.

Codice restituito Descrizione
S_OK
Il metodo è riuscito.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione wmcontainer.h
Libreria Mfuuid.lib

Vedi anche

IMFASFMultiplexer