MediaClip.CreateFromImageFileAsync(IStorageFile, TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a video clip that displays a single image for a specified length of time.
public:
static IAsyncOperation<MediaClip ^> ^ CreateFromImageFileAsync(IStorageFile ^ file, TimeSpan originalDuration);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MediaClip> CreateFromImageFileAsync(IStorageFile const& file, TimeSpan const& originalDuration);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MediaClip> CreateFromImageFileAsync(IStorageFile file, System.TimeSpan originalDuration);
function createFromImageFileAsync(file, originalDuration)
Public Shared Function CreateFromImageFileAsync (file As IStorageFile, originalDuration As TimeSpan) As IAsyncOperation(Of MediaClip)
Parameters
- file
- IStorageFile
A StorageFile object representing the source image file.
Returns
A new media clip object containing the image-based video clip.
- Attributes