Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.71 KB

asf-file-features.md

File metadata and controls

55 lines (39 loc) · 2.71 KB
title description ms.assetid keywords ms.topic ms.date ms.custom
ASF File Features
ASF File Features
6e180f27-69ef-4fe0-b06c-b2ead7be8a05
Windows Media Format SDK,ASF file features
Windows Media Format SDK,features
Advanced Systems Format (ASF),file features
ASF (Advanced Systems Format),file features
Advanced Systems Format (ASF),features
ASF (Advanced Systems Format),features
article
4/26/2023
UpdateFrequency5

ASF File 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 primary purpose of the Windows Media Format SDK is to provide support for encapsulating digital media data in Advanced Systems Format (ASF) files and delivering the media to a client application. Delivery scenarios can vary widely from application to application, but all use the ASF file structure between authoring and delivery. ASF files conform to a well defined but very flexible structure. For more information about the ASF file structure, see Overview of the ASF Format.

Detailed information about the data in an ASF file is provided in the ASF specification, which you can download from the Microsoft Web site.

The Windows Media Format SDK provides support for the features of the ASF specification mostly through the profile that is used to create a file. For more information about profiles, see Profiles.

The following features are discussed in this section.

Related topics

Features