TIEMediaFoundationSourceReader.GetStreamType
Declaration
function GetStreamType(streamIndex: integer): WideString;
Description
Returns a string representing the type of the specified stream.
| Parameter | Description |
| streamIndex | Index of the stream, in the range of 0 to StreamCount - 1 |
Stream type can be one of the following values:
| Return value | Description | Const |
| 'Audio' | Audio stream | mmf_AUDIO_STREAM
| 'Video' | Video stream | mmf_VIDEO_STREAM
| 'Protected' | Protected media | mmf_PROTECTED_STREAM
| 'SAMI' | Synchronized Accessible Media Interchange (SAMI) captions | mmf_SAMI_STREAM
| 'Script' | Script stream | mmf_SCRIPT_STREAM
| 'Image' | Still image stream | mmf_IMAGE_STREAM
| 'HTML' | HTML stream | mmf_HTML_STREAM
| 'Binary' | Binary stream | mmf_BINARY_STREAM
| 'FileTransfer' | A stream that contains data files |
| 'Unknown' | None of the above | mmf_FILETRANSFER_STREAM
See Also
◼StreamCount