次の方法で共有


IDvdInfo2::GetCurrentVideoAttributes

GetCurrentVideoAttributes メソッドは、現在のタイトルまたはメニューのビデオ属性を取得する。

構文

  HRESULT GetCurrentVideoAttributes(
  DVD_VideoAttributes *pATR
);

パラメータ

pATR

[out] 属性を受け取る DVD_VideoAttributes 構造体へのポインタ。

戻り値

次のいずれかの HRESULT 値を返す。

戻りコード 説明
S_OK 成功。
E_POINTER 無効な引数。
E_UNEXPECTED DVD ナビゲータが初期化されていない。

注意

このメソッドの使用例については、DVDSample の「CDvdCore::GetVideoAttributes()」を参照すること。

参照