IMFASFMultiplexer interface
Provides methods to create Advanced Systems Format (ASF) data packets. The methods of this interface process input samples into the packets that make up an ASF data section. The ASF multiplexer exposes this interface. To create the ASF multiplexer, call MFCreateASFMultiplexer.
Members
The IMFASFMultiplexer interface inherits from the IUnknown interface. IMFASFMultiplexer also has these types of members:
Methods
The IMFASFMultiplexer interface has these methods.
| Method | Description |
|---|---|
| End |
Collects data from the multiplexer and updates the ASF ContentInfo object to include that information. |
| Flush |
Signals the multiplexer to process all queued samples. Call this method after passing the last sample to the multiplexer. |
| GetFlags |
Retrieves flags indicating the configured multiplexer options. |
| GetNextPacket |
Retrieves the next output ASF packet from the multiplexer. |
| GetStatistics |
Retrieves multiplexer statistics. |
| Initialize |
Initializes the multiplexer with the data from an ASF ContentInfo object. |
| ProcessSample |
Delivers input samples to the multiplexer. |
| SetFlags |
Sets multiplexer options. |
| SetSyncTolerance |
Sets the maximum time by which samples from various streams can be out of synchronization. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also