Package tvi.webrtc
Class VideoDecoder.Settings
- java.lang.Object
-
- tvi.webrtc.VideoDecoder.Settings
-
- Enclosing interface:
- VideoDecoder
public static class VideoDecoder.Settings extends java.lang.Object
Settings passed to the decoder by WebRTC.
-
-
Field Summary
Fields Modifier and Type Field Description int
height
int
numberOfCores
int
width
-
Constructor Summary
Constructors Constructor Description Settings(int numberOfCores, int width, int height)
-