private void TestDefaultEffectB() { int hr; string g = "{" + typeof(DxtCompositor).GUID + "}"; string g2; g = g.ToLower(); hr = m_pTimeline.SetDefaultEffectB(g); DsError.ThrowExceptionForHR(hr); hr = m_pTimeline.GetDefaultEffectB(out g2); DsError.ThrowExceptionForHR(hr); Debug.Assert(g == g2.ToLower(), "GetDefaultEffectB"); }