MFGetAttributeRatio 函式 (mfapi.h)
擷取其值為比率的屬性。
語法
HRESULT MFGetAttributeRatio(
[in] IMFAttributes *pAttributes,
[in] REFGUID guidKey,
[out] UINT32 *punNumerator,
[out] UINT32 *punDenominator
);
參數
[in] pAttributes
屬性存放區 之 IMFAttributes 介面的指標。
[in] guidKey
識別要擷取之值的GUID。 屬性類型必須是MF_ATTRIBUTE_UINT64。
[out] punNumerator
接收比率的分子。
[out] punDenominator
接收比率的分母。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
某些屬性會將比率指定為封裝 的 UINT64 值。 使用此函式來取得 numerator 和分母做為個別的 32 位值。
需求
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | mfapi.h |