INDStorageFileHelper INDStorageFileHelper INDStorageFileHelper INDStorageFileHelper Interface

Definition

Manages PlayReady-ND storage files.

public : interface INDStorageFileHelperpublic interface INDStorageFileHelperPublic Interface INDStorageFileHelper// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Methods

GetFileURLs(IStorageFile) GetFileURLs(IStorageFile) GetFileURLs(IStorageFile) GetFileURLs(IStorageFile)

Gets transmitter settings from the URLs associated with a object if the URLs contain PlayReady-ND metadata.

public : IVector<PlatForm::String> GetFileURLs(IStorageFile file)public IList<string> GetFileURLs(IStorageFile file)Public Function GetFileURLs(file As IStorageFile) As IList( Of string )// You can use this method in JavaScript.
Parameters
file
IStorageFile IStorageFile IStorageFile IStorageFile

A storage file object that a media server has discovered.

Returns
IVector<PlatForm::String> IList<string> IList<string> IList<string>

The transmitter settings found in the storage file.