IMFStreamingSinkConfig interface (mfidl.h)

Passes configuration information to the media sinks that are used for streaming the content. Optionally, this interface is supported by media sinks. The built-in ASF streaming media sink and the MP3 media sink implement this interface.

Inheritance

The IMFStreamingSinkConfig interface inherits from the IUnknown interface. IMFStreamingSinkConfig also has these types of members:

Methods

The IMFStreamingSinkConfig interface has these methods.

 
IMFStreamingSinkConfig::StartStreaming

Called by the streaming media client before the Media Session starts streaming to specify the byte offset or the time offset.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h

See also

Media Foundation Interfaces