Module webrtc.java

Class DesktopFrame


  • public class DesktopFrame
    extends Object
    • Field Detail

      • frameRect

        public final Rectangle frameRect
        The rectangle in full desktop coordinates.
      • frameSize

        public final Dimension frameSize
        The size of the frame in full desktop coordinate space.
      • scale

        public final float scale
        The scale factor from DIPs to physical pixels of the frame.
      • stride

        public final int stride
        Distance in the buffer between two neighboring rows in bytes.
      • buffer

        public final ByteBuffer buffer
        The underlying frame buffer.