sonyxperiadev / MultimediaForAndroidLibrary

88 stars 33 forks source link

Why the minimum sdk verson is 19? #13

Closed IlyaMyasoedov closed 8 years ago

IlyaMyasoedov commented 8 years ago

Hello. Your project is great, thanks for your work but i can't use it in my project because of the high minimum sdk version of MultimediaForAndroidLibrary.

ghost commented 8 years ago

Hi.

The reason for 19 as API level is due to that some functions in MediaCodec API requires API Level 19. http://developer.android.com/reference/android/media/MediaCodec.html

/Jimmy

IlyaMyasoedov commented 8 years ago

Thanks for your reply. Good luck!!