Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

mediacomposition_loadasync_1582010589.md

File metadata and controls

27 lines (19 loc) · 1.06 KB
-api-id -api-type
M:Windows.Media.Editing.MediaComposition.LoadAsync(Windows.Storage.StorageFile)
winrt method

Windows.Media.Editing.MediaComposition.LoadAsync

-description

Asynchronously loads a MediaComposition from a StorageFile.

-parameters

-param file

The file from which to load the MediaComposition.

-returns

An async operation which can be used to track the success or failure of the operation.

-remarks

This method allows you to load a composition from an XML file you saved with a previous call to SaveAsync. Once you have loaded the composition, you can make changes to the composition and either save it again or render it to a video file by calling RenderToFileAsync.

-examples

-see-also