Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 843 Bytes

mediaclip_createfromimagefileasync_1851608400.md

File metadata and controls

29 lines (20 loc) · 843 Bytes
-api-id -api-type
M:Windows.Media.Editing.MediaClip.CreateFromImageFileAsync(Windows.Storage.IStorageFile,Windows.Foundation.TimeSpan)
winrt method

Windows.Media.Editing.MediaClip.CreateFromImageFileAsync

-description

Creates a video clip that displays a single image for a specified length of time.

-parameters

-param file

A StorageFile object representing the source image file.

-param originalDuration

How long to display the image in the video clip.

-returns

A new media clip object containing the image-based video clip.

-remarks

-examples

-see-also