public void TestStartLiveWindowMode() { using (Encoder s = new Encoder(0, 1)) { Assert.DoesNotThrow(() => { s.StartLiveWindowMode(); }); } }