Package tvi.webrtc
Class VideoEncoder.EncoderInfo
java.lang.Object
tvi.webrtc.VideoEncoder.EncoderInfo
- Enclosing interface:
- VideoEncoder
Metadata about the Encoder.
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Same as above but if true, each simulcast layer should also be divisible by |requested_resolution_alignment|.final int
The width and height of the incoming video frames should be divisible by |requested_resolution_alignment| -
Constructor Summary
ConstructorDescriptionEncoderInfo
(int requestedResolutionAlignment, boolean applyAlignmentToAllSimulcastLayers) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
-
Field Details
-
requestedResolutionAlignment
public final int requestedResolutionAlignmentThe width and height of the incoming video frames should be divisible by |requested_resolution_alignment| -
applyAlignmentToAllSimulcastLayers
public final boolean applyAlignmentToAllSimulcastLayersSame as above but if true, each simulcast layer should also be divisible by |requested_resolution_alignment|.
-
-
Constructor Details
-
EncoderInfo
public EncoderInfo(int requestedResolutionAlignment, boolean applyAlignmentToAllSimulcastLayers)
-
-
Method Details
-
getRequestedResolutionAlignment
public int getRequestedResolutionAlignment() -
getApplyAlignmentToAllSimulcastLayers
public boolean getApplyAlignmentToAllSimulcastLayers()
-