次の方法で共有


ITScriptableAudioFormat::p ut_SamplesPerSec メソッド (tapi3if.h)

put_SamplesPerSec メソッドは、WAVEFORMATEX 構造体の nSamplesPerSec メンバーを設定します。

構文

HRESULT put_SamplesPerSec(
  [in] const long nNewVal
);

パラメーター

[in] nNewVal

WAVEFORMATEX 構造体の nSamplesPerSec メンバーの新しい値。

戻り値

このメソッドは、これらの値のいずれかを返すことができます。

リターン コード 説明
S_OK
メソッドが成功しました。

要件

   
対象プラットフォーム Windows
ヘッダー tapi3if.h (Tapi3.h を含む)
Library Uuid.lib
[DLL] Tapi3.dll

関連項目

ITScriptableAudioFormat

get_SamplesPerSec