次の方法で共有


ITAllocatorProperties インターフェイス (tapi3.h)

ITAllocatorProperties インターフェイスは、メディア ストリーミング ターミナル (MST) のバッファー アロケーター プロパティをエンド ユーザーまたはサーバー アプリケーションに公開します。 アプリケーションでは、特定のプロトコルのサンプル サイズを調整する必要があります。 適切なプロパティに関する決定は、実装に大きく依存します。

このインターフェイスは、関連付けられた Media Service Provider によって ターミナル オブジェクト で公開されます。 存在する場合は、ITTerminal などの任意のターミナル インターフェイス上の QueryInterface を使用して、ITAllocatorProperties ポインターを取得できます。

継承

ITAllocatorProperties インターフェイスは、IUnknown インターフェイスから継承されます。 ITAllocatorProperties には、次の種類のメンバーもあります。

メソッド

ITAllocatorProperties インターフェイスには、これらのメソッドがあります。

 
ITAllocatorProperties::GetAllocateBuffers

ITAllocatorProperties::GetAllocateBuffers (tapi3.h) メソッドは、現在のアロケーター バッファーを取得できるかどうかを決定します。
ITAllocatorProperties::GetAllocatorProperties

ITAllocatorProperties::GetAllocatorProperties (tapi3.h) メソッドは、接続後にアロケーター プロパティの値を取得し、ネゴシエートされた値を提供します。
ITAllocatorProperties::GetBufferSize

ITAllocatorProperties::GetBufferSize (tapi3.h) メソッドは、アロケーター バッファーのサイズを取得します。
ITAllocatorProperties::SetAllocateBuffers

ITAllocatorProperties::SetAllocateBuffers (tapi3.h) メソッドは、現在のアロケーター バッファーを設定する必要があるかどうかを判断します。
ITAllocatorProperties::SetAllocatorProperties

ITAllocatorProperties::SetAllocatorProperties (tapi3.h) メソッドは接続前に呼び出す必要があり、MSP はフィルター ネゴシエーション中にこれらの値を強制的に使用します。
ITAllocatorProperties::SetBufferSize

ITAllocatorProperties::SetBufferSize (tapi3.h) メソッドは、アロケーター バッファーのサイズを設定します。

要件

要件
対象プラットフォーム Windows
ヘッダー tapi3.h (Tapi3.h を含む)