共用方式為


itScriptableAudioFormat::get_BitsPerSample 方法 (tapi3if.h)

get_BitsPerSample方法會傳回在「要求」ATEX 結構中 wBitsPerSample 成員的值。

語法

HRESULT get_BitsPerSample(
  [out] long *pVal
);

參數

[out] pVal

將指標指標指標指針指標指向在顯示於其中的WBitsPerSample 成員。

傳回值

這個方法可以傳回下列其中一個值。

傳回碼 描述
S_OK
方法成功。
E_POINTER
pVal 自變數不是有效的指標。

規格需求

需求
目標平台 Windows
標頭 tapi3if.h (包括 Tapi3.h)
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITScriptableAudioFormat

put_BitsPerSample