Package tvi.webrtc

Class YuvConverter

java.lang.Object
tvi.webrtc.YuvConverter

public final class YuvConverter extends 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 Details

    • YuvConverter

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

      public YuvConverter(VideoFrameDrawer videoFrameDrawer)
  • Method Details