PureVideoについて語るスレ Ver.6

このエントリーをはてなブックマークに追加
861Socket774
>>859

DXVA 2.0に関してはこっち

http://msdn2.microsoft.com/en-us/library/ms704721.aspx

HRESULT DXVA2CreateVideoService(
IDirect3DDevice9* pDD, ← (DirectX9)
REFIID riid,
void** ppService
);

EVRに関してはこっち

http://msdn2.microsoft.com/en-us/library/ms705653.aspx

HRESULT MFCreateVideoMixer(
IUnknown* pOwner,
REFIID riidDevice,
REFIID riid,
void** ppVideoMixer
);

riidDevice

Interface identifier (IID) of the video device interface that will be used for processing the video.
Currently the only supported value is IID_IDirect3DDevice9. ← (DirectX9)

つまり、DirectX10ではビデオを一切扱えない。これはDirectX11でも同じ。

コード知ってるやつはSDK読めるからだれでも知ってるけどな。
いかにマーケティング情報で訳分からなく翻弄されているかだな。