MFCreateASFContentInfo Function

Creates the ASF Header Object object.

Syntax

HRESULT MFCreateASFContentInfo(
  IMFASFContentInfo **ppIContentInfo
);

Parameter

  • ppIContentInfo
    Receives a pointer to the IMFASFContentInfo interface. The caller must release the interface.

Rückgabewert

The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Rückgabecode Beschreibung
S_OK

The function succeeded.

 

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Wmcontainer.h

Bibliothek

Mf.lib

DLL

Mf.dll

Siehe auch

Media Foundation Functions