Package tvi.webrtc

Class VideoDecoder.Settings

java.lang.Object
tvi.webrtc.VideoDecoder.Settings
Enclosing interface:
VideoDecoder

public static class VideoDecoder.Settings extends Object
Settings passed to the decoder by WebRTC.
  • Field Details

    • numberOfCores

      public final int numberOfCores
    • width

      public final int width
    • height

      public final int height
  • Constructor Details

    • Settings

      public Settings(int numberOfCores, int width, int height)