IMFTimedText::RegisterNotifications メソッド (mfmediaengine.h)

時間指定テキスト通知オブジェクトを登録します。

構文

HRESULT RegisterNotifications(
  [in, optional] IMFTimedTextNotify *notify
);

パラメーター

[in, optional] notify

型: IMFTimedTextNotify*

登録する時間指定テキスト通知オブジェクトの IMFTimedTextNotify インターフェイスへのポインター。

戻り値

種類: HRESULT

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー mfmediaengine.h

こちらもご覧ください

IMFTimedText