IMFMediaSource Interface
Implemented by media source objects.
Media sources are objects that generate media data. For example, the data might come from a video file, a network stream, or a hardware device, such as a camera. Each media source contains one or more streams, and each stream delivers data of one type, such as audio or video.
Mitglieder
IMFMediaSourceSchnittstelle erbt von IMFMediaEventGenerator. IMFMediaSource umfasst auch die folgenden Typen von Mitgliedern:
- Methoden
Methoden
IMFMediaSourceSchnittstelle umfasst die folgenden Methoden.
Methode | Beschreibung |
---|---|
CreatePresentationDescriptor | Retrieves a copy of the media source's presentation descriptor. |
GetCharacteristics | Retrieves the characteristics of the media source. |
Pause | Pauses all active streams in the media source. |
RemoteCreatePresentationDescriptor | Remotable version of CreatePresentationDescriptor. (Not used by applications.) |
Shutdown | Shuts down the media source and releases the resources it is using. |
Start | Starts, seeks, or restarts the media source by specifying where to start playback. |
Stop | Stops all active streams in the media source. |
Anforderungen
Mindestens unterstützter Client |
Windows Vista |
Mindestens unterstützter Server |
Windows Server 2008 |
Header |
Mfidl.h |
Bibliothek |
Mfuuid.lib |