Share via


IMFStreamDescriptor Interface

Gets information about one stream in a media source.

Mitglieder

IMFStreamDescriptorSchnittstelle erbt von IMFAttributes. IMFStreamDescriptor umfasst auch die folgenden Typen von Mitgliedern:

  • Methoden

Methoden

IMFStreamDescriptorSchnittstelle umfasst die folgenden Methoden.

Methode Beschreibung
GetMediaTypeHandler

Retrieves a media type handler that can be used to enumerate and set media types for the stream.

GetStreamIdentifier

Retrieves an identifier for the stream.

 

Hinweise

A presentation descriptor contains one or more stream descriptors. To get the stream descriptors from a presentation descriptor, call IMFPresentationDescriptor::GetStreamDescriptorByIndex. To create a new stream descriptor, call MFCreateStreamDescriptor.

This interface is available on the following platforms if the Windows Media Format 11 SDK redistributable components are installed:

  • Windows XP mit Service Pack 2 (SP2) und höher.
  • Windows XP Media Center Edition 2005 with KB900325 (Windows XP Media Center Edition 2005) and KB925766 (Oktober 2006 Updaterollup für Windows XP Media Center Edition) installed.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Mfidl.h

Bibliothek

Mfuuid.lib

Siehe auch

Media Foundation Interfaces

Stream Descriptor Attributes

Presentation Descriptors