ManifestStream.SelectTracks Method

Applies to: Windows Store apps only

Selects the tracks in a subset of all the available tracks.

Syntax

public void SelectTracks(
IVectorView<IManifestTrack> pTracks
)
public:
virtual void SelectTracks(
[InAttribute] IVectorView<IManifestTrack^>^ pTracks
) sealed
public final function SelectTracks(
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