Beispiel #1
0
        public void SetUp()
        {
            var type = TestHelper.HardwareCodecSupport() ? EncoderType.Hardware : EncoderType.Software;

            WebRTC.Initialize(type: type, limitTextureSize: true, forTest: true);
        }
Beispiel #2
0
        public void SetUp()
        {
            var value = TestHelper.HardwareCodecSupport();

            WebRTC.Initialize(value ? EncoderType.Hardware : EncoderType.Software);
        }