IMFPresentationDescriptor Interface

Describes the details of a presentation. A presentation is a set of related media streams that share a common presentation time.

Syntax

interface IMFPresentationDescriptor : public IMFAttributes  

Remarks

Presentation descriptors are used to configure media sources and some media sinks. To get the presentation descriptor from a media source, call IMFMediaSource::CreatePresentationDescriptor. To create a new presentation descriptor, call MFCreatePresentationDescriptor.

Requirements

Header: Declared in mfidl.h.

Library: Use mfuuid.lib.