Merge "Expose MediaExtractor entry point to MediaMetrics" into rvc-qpr-dev-plus-aosp

This commit is contained in:
TreeHugger Robot
2020-12-16 18:35:29 +00:00
committed by Android (Google) Code Review

View File

@@ -68,7 +68,7 @@ JMediaExtractor::JMediaExtractor(JNIEnv *env, jobject thiz)
mClass = (jclass)env->NewGlobalRef(clazz);
mObject = env->NewWeakGlobalRef(thiz);
mImpl = new NuMediaExtractor;
mImpl = new NuMediaExtractor(NuMediaExtractor::EntryPoint::SDK);
}
JMediaExtractor::~JMediaExtractor() {