internal PropertySet GetInputStreamAttributes()
            {
                IMFAttributes attributes = null;

                _mft.GetInputStreamAttributes(0, out attributes);
                return(null);
            }