Codec Features

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The Windows Media Format SDK is delivered with several audio and video codecs. You can use the codecs provided to compress and decompress content to suit a variety of needs. The codec that is used by the writer to compress data is specified by stream configuration information in the profile. Information from the profile is then stored in the header of the file created by the writer. Then, when the file is opened by the reader or synchronous reader, the profile information in the header identifies the codec needed to decompress the data.

The following features are discussed in this section.

Features