Support Java VideoFrames in MediaCodecVideoEncoder.
BUG=webrtc:7760 Review-Url: https://codereview.webrtc.org/2997663002 Cr-Commit-Position: refs/heads/master@{#19304}
This commit is contained in:
@ -111,6 +111,7 @@ ClassReferenceHolder::ClassReferenceHolder(JNIEnv* jni) {
|
||||
LoadClass(jni, "org/webrtc/VideoFrame");
|
||||
LoadClass(jni, "org/webrtc/VideoFrame$Buffer");
|
||||
LoadClass(jni, "org/webrtc/VideoFrame$I420Buffer");
|
||||
LoadClass(jni, "org/webrtc/VideoFrame$TextureBuffer");
|
||||
LoadClass(jni, "org/webrtc/VideoRenderer$I420Frame");
|
||||
LoadClass(jni, "org/webrtc/VideoTrack");
|
||||
LoadClass(jni, "org/webrtc/WrappedNativeI420Buffer");
|
||||
|
||||
Reference in New Issue
Block a user