xamarin-macios/tests/monotouch-test/MediaToolbox/ProfessionalVideoWorkflowTe...

24 строки
469 B
C#

#if MONOMAC
using System;
using Foundation;
using MediaToolbox;
using ObjCRuntime;
using NUnit.Framework;
namespace MonoTouchFixtures.MediaToolbox {
[TestFixture]
[Preserve (AllMembers = true)]
public class ProfessionalVideoWorkflowTest {
[Test]
public void RegisterFormatReaders ()
{
TestRuntime.AssertSystemVersion (PlatformName.MacOSX, 10, 10, throwIfOtherPlatform: false);
MTProfessionalVideoWorkflow.RegisterFormatReaders ();
}
}
}
#endif