Package tvi.webrtc

Class YuvConverter


  • public class YuvConverter
    extends java.lang.Object
    Class for converting OES textures to a YUV ByteBuffer. It can be constructed on any thread, but should only be operated from a single thread with an active EGL context.
    • Constructor Detail

      • YuvConverter

        public YuvConverter()
        This class should be constructed on a thread that has an active EGL context.