Beispiel #1
0
        private void TestLive()
        {
            bool b;

            m_Writer.IsRealTime(out b);

            Debug.Assert(b == false);

            m_Writer.SetLiveSource(true);
        }