IMFASFContentInfo::GeneratePresentationDescriptor メソッド (wmcontainer.h)

ASF コンテンツのプレゼンテーション記述子を作成します。

構文

HRESULT GeneratePresentationDescriptor(
  [out] IMFPresentationDescriptor **ppIPresentationDescriptor
);

パラメーター

[out] ppIPresentationDescriptor

IMFPresentationDescriptor インターフェイスへのポインターを受け取ります。 呼び出し元はインターフェイスを解放する必要があります。

戻り値

このメソッドは HRESULT を返します。 有効な値を次の表に示しますが、これ以外にもあります。

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

要件

   
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー wmcontainer.h
Library Mfuuid.lib

関連項目

ASF ContentInfo オブジェクト

IMFASFContentInfo