Presentation Descriptor (IMFPresentationDescriptor)

特定のPresentationの詳細を含むオブジェクトです。

たとえばPresentationの持続期間 (Mediaの長さ) を得るには、次のようにします。MF_PD_DURATION attribute - Win32 apps | Microsoft Learn

MFTIME hnsDuration;
pPD->GetUINT64(MF_PD_DURATION, (UINT64*)&hnsDuration);
Microsoft Learnから検索