Previous | Next |
The Microsoft® Windows Media™ Format Software Development Kit (SDK) is designed to accomplish three major tasks: writing Windows Media™ files based on supplied uncompressed media data, editing the metadata in a Windows Media file, and reading Windows Media files and supplying the uncompressed data as output. There are three main objects that accomplish these tasks, whose interfaces are IWMWriter, IWMMetadataEditor, and IWMReader. There are, however, many other interfaces that provide advanced reading and writing capabilities, handle callbacks, configure profiles, and so on.
The following sections explain in detail the steps required to write, read, and edit Windows Media files by using this SDK, the available formats, and the interfaces, functions, and methods.
Section | Description |
Acquiring Certificates and Libraries | Explains which processes require additional certificates or libraries and where to get them. |
Software Redistribution Setup | Describes how to include Windows Media Format software in an application setup. |
Windows Media Format SDK Projects | Describes how Windows Media files are created, edited, read, and formatted. |
Using File Name Extensions | Describes the use of file name extensions for Windows Media files. |
Windows Media Metafile Elements Reference | Describes the use of metafile elements with Windows Media files. |
Porting Applications from the Windows Media Audio SDK | Describes some of the issues in porting code that uses the Microsoft® Windows Media™ Audio SDK. |
Windows Media Types | Describes the types of media handled by this SDK. |
Media Input and Output Formats | Describes the input and output formats for audio and video supported by this SDK. |
Windows Media Device Manager Overview | Describes the purposes of several groups of interfaces used by Windows Media™ Device Manager. |
Digital Rights Management | Describes the use of encryption to secure content before distribution. |
Previous | Next |