Exemplo n.º 1
0
            public void GetStreamIds()
            {
                UInt32 cInput = 0, cOutput = 0;
                UInt32 outStreams = 0, inStreams = 0;

                _mft.GetStreamIDs(cInput, out inStreams, cOutput, out outStreams);
            }