libcommon
libcommon copied to clipboard
helper classes for myself
I followed the example of [UVCCamera](https://github.com/saki4510t/UVCCamera/blob/master/build.gradle) to have the following in the project build.gradle: ``` maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' } ``` and the following in the app's build.gradle: ``` implementation("com.serenegiant:common:4.1.1")...
my project include this mavan, but I don't quite know what he does
why IAspectRatioView source code not found in libcommon,only aar?
I needn't find the file RenderHanler.java in the "com.serenegiant.glutils" ,but it's used in the file "MediaVideoEncoder.java" of module "usbCameraCommon"? Please give me help
Hi! Was anybody able to successfully create **Xamarin bindings** for **libcommon**? I mean based on [this](https://docs.microsoft.com/en-us/xamarin/android/platform/binding-java-library/binding-an-aar) article.
ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show Details Affected Modules: app ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not download common.aar (com.serenegiant:common:2.12.4) Show...
RenderHolder class is now deprecated so, using createRendererTask how we can use handleDrawTargets, and draw method
implementation('com.serenegiant:common:2.12.0') { exclude module: 'support-v4' }
how could i download the source?