SIGN IN SIGN UP

Fix Xamarin Incompatibility (#41)

When I try to convert the library to Xamarin, I have a small issue with access modifiers. I think C# is a little more strict than java on this, but the issue is that if an abstract method is protected, an override must be protected or private. It can't be made public. In the Transcoder library, DefaultDataSource.applyExtractor and DefaultDataSource.applyRetriever are protected, but all the overrides are public. This PR makes the subclass methods protected to remove the issue.
A
aweck committed
103ce764e7e95741240d7c727086f929c1714f4b
Parent: 6c8b8b4
Committed by Mattia Iavarone <mat.iavarone@gmail.com> on 10/25/2019, 9:35:07 PM