// No parameters as this is expected to throw
            public uint [] AddInputStreams(uint streamCount)
            {
                uint streamIds = 0;

                _mft.AddInputStreams(streamCount, out streamIds);
                return(null);
            }