Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Windows Store apps only
Select the streams in the current manifest.
Syntax
public IAsyncOperation<IVectorView<IStreamChangedResult>> SelectStreamsAsync(
IVectorView<IManifestStream> pStreams
)
public:
virtual IAsyncOperation<IVectorView<IStreamChangedResult^>^>^ SelectStreamsAsync(
[InAttribute] IVectorView<IManifestStream^>^ pStreams
) sealed
public final function SelectStreamsAsync(
pStreams : IVectorView<IManifestStream>
) : IAsyncOperation<IVectorView<IStreamChangedResult>>
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 |