Package tvi.webrtc
Class VideoDecoder.Settings
java.lang.Object
tvi.webrtc.VideoDecoder.Settings
- Enclosing interface:
- VideoDecoder
Settings passed to the decoder by WebRTC.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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)
-