共用方式為


IMFTranscodeProfile::GetContainerAttributes 方法 (mfidl.h)

取得目前在轉碼配置檔中設定的容器設定。

語法

HRESULT GetContainerAttributes(
  [out] IMFAttributes **ppAttrs
);

參數

[out] ppAttrs

接收屬性存放區 之IMFAttributes 介面的指標,其中包含輸出檔案目前的容器類型。 呼叫端必須釋放介面指標。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

如果在轉碼配置檔中未設定任何容器屬性, 則 GetContainerAttributes 的呼叫會成功, 而 ppAttrs 會收到 NULL

若要取得特定的屬性值,呼叫端必須根據屬性的數據類型呼叫適當的 IMFAttributes 方法。 下列清單顯示容器屬性:

規格需求

需求
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限桌面應用程式]
目標平台 Windows
標頭 mfidl.h

另請參閱

媒體基礎中的屬性

IMFTranscodeProfile

轉碼 API