IMFVideoSampleAllocator::AllocateSample メソッド (mfidl.h)
アロケーターからビデオ サンプルを取得します。
構文
HRESULT AllocateSample(
[out] IMFSample **ppSample
);
パラメーター
[out] ppSample
IMFSample インターフェイスへのポインターを受け取ります。 呼び出し元はインターフェイスを解放する必要があります。
戻り値
このメソッドは HRESULT を返します。 有効な値を次の表に示しますが、これ以外にもあります。
リターン コード | 説明 |
---|---|
|
メソッドが成功しました。 |
|
アロケーターが初期化されませんでした。 IMFVideoSampleAllocator::InitializeSampleAllocator または InitializeSampleAllocatorEx::InitializeSampleAllocatorEx を呼び出します。 |
|
サンプルは使用できません。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ | UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリ | UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | mfidl.h |
Library | Mfuuid.lib |