NDStorageFileHelper NDStorageFileHelper NDStorageFileHelper NDStorageFileHelper Class

Definition

Manages PlayReady-ND storage files.

public : sealed class NDStorageFileHelper : INDStorageFileHelperpublic sealed class NDStorageFileHelper : INDStorageFileHelperPublic NotInheritable Class NDStorageFileHelper Implements INDStorageFileHelper// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

NDStorageFileHelper() NDStorageFileHelper() NDStorageFileHelper() NDStorageFileHelper()

Creates a new instance of the NDStorageFileHelper class.

public : NDStorageFileHelper()public NDStorageFileHelper()Public Sub New()// You can use this method in JavaScript.

Methods

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

Gets transmitter settings from the URLs associated with a StorageFile 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.