mediaFoundationReaderStreamIsSelected

Typefunction
DictionaryLCS
Librarymediafoundation
Syntax
mediaFoundationReaderStreamIsSelected(<pFilePath>, <pStreamIndex>)
Associationsmediafoundation
Summary

Query if the stream is selected Platform:desktop

OSwindows
Parameters
NameTypeDescription
pFilePath

The path to a media file

pStreamIndex

An integer between 1 and the number of streams

RelatedCommand: mediaFoundationTranscode, mediaFoundationCreateReader
Description

The reader must already be created with mediaFoundationCreateReader. A selected stream will be included in the streams that are read from when transcoding the file.

Note:See the mediaFoundationTranscode documentation for a complete example of using this handler.