MediaSource.CreateFromStorageFile(IStorageFile) 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 an instance of MediaSource from the provided IStorageFile.
public:
static MediaSource ^ CreateFromStorageFile(IStorageFile ^ file);
static MediaSource CreateFromStorageFile(IStorageFile const& file);
public static MediaSource CreateFromStorageFile(IStorageFile file);
function createFromStorageFile(file)
Public Shared Function CreateFromStorageFile (file As IStorageFile) As MediaSource
Parameters
- file
- IStorageFile
The IStorageFile from which the MediaSource is created.
Returns
The new media source.