Skip to content

Latest commit

 

History

History
102 lines (79 loc) · 3.94 KB

nf-mfidl-imftranscodeprofile-setcontainerattributes.md

File metadata and controls

102 lines (79 loc) · 3.94 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFTranscodeProfile.SetContainerAttributes
IMFTranscodeProfile::SetContainerAttributes (mfidl.h)
Sets container configuration settings in the transcode profile.
IMFTranscodeProfile interface [Media Foundation]
SetContainerAttributes method
IMFTranscodeProfile.SetContainerAttributes
IMFTranscodeProfile::SetContainerAttributes
SetContainerAttributes
SetContainerAttributes method [Media Foundation]
SetContainerAttributes method [Media Foundation]
IMFTranscodeProfile interface
mf.imftranscodeprofile_setcontainerattributes
mfidl/IMFTranscodeProfile::SetContainerAttributes
mf\imftranscodeprofile_setcontainerattributes.htm
mf
c62021cf-85f1-4a85-9263-b7883464f5f8
12/05/2018
IMFTranscodeProfile interface [Media Foundation],SetContainerAttributes method, IMFTranscodeProfile.SetContainerAttributes, IMFTranscodeProfile::SetContainerAttributes, SetContainerAttributes, SetContainerAttributes method [Media Foundation], SetContainerAttributes method [Media Foundation],IMFTranscodeProfile interface, mf.imftranscodeprofile_setcontainerattributes, mfidl/IMFTranscodeProfile::SetContainerAttributes
mfidl.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
IMFTranscodeProfile::SetContainerAttributes
mfidl/IMFTranscodeProfile::SetContainerAttributes
c++
APIRef
kbSyntax
COM
mfidl.h
IMFTranscodeProfile.SetContainerAttributes

IMFTranscodeProfile::SetContainerAttributes

-description

Sets container configuration settings in the transcode profile.

For example code, see MFCreateTranscodeProfile.

-parameters

-param pAttrs [in]

Pointer to the IMFAttributes interface of an attribute store that contains the configuration settings for the container in which the transcoded file will be stored. The specified attribute values overwrite any existing values stored in the transcode profile.

The following list shows the container attributes that can be set:

To create the attribute store, call MFCreateAttributes. To set a specific attribute value in the attribute store, the caller must call the appropriate IMFAttributes methods depending on the data type of the attribute.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

Attributes in Media Foundation

IMFTranscodeProfile

MFCreateAttributes

Transcode API