ManifestStream.RestrictTracks Method

Applies to: Windows Store apps only

Restricts the tracks to a subset of all the available tracks.

Syntax

public void RestrictTracks(
IVectorView<IManifestTrack> pTracks
)
public:
virtual void RestrictTracks(
[InAttribute] IVectorView<IManifestTrack^>^ pTracks
) sealed
public final function RestrictTracks(
pTracks : IVectorView<IManifestTrack>
)

Parameters

  • pTracks
    Type: IVectorView(IManifestTrack)

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Not Supported

Metadata

Microsoft.Media.AdaptiveStreaming.winmd