public MFT_INPUT_STREAM_INFO GetInputStreamInfo(uint streamIndex)
            {
                MFT_INPUT_STREAM_INFO streamInfo;

                _mft.GetInputStreamInfo(streamIndex, out streamInfo);
                return(streamInfo);
            }