public class SimulcastConfig.StreamLayerConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
VideoEncoderConfiguration.VideoDimensions |
dimensions
The video frame dimension.
|
boolean |
enable
Whether to enable the corresponding layer of video stream.
|
int |
framerate
The capture frame rate (fps) of the local video.
|
Constructor and Description |
---|
StreamLayerConfig() |
StreamLayerConfig(VideoEncoderConfiguration.VideoDimensions dimensions,
int framerate,
boolean enable) |
Modifier and Type | Method and Description |
---|---|
int |
getDimensionsHeight() |
int |
getDimensionsWidth() |
int |
getFramerate() |
boolean |
isEnabled() |
public VideoEncoderConfiguration.VideoDimensions dimensions
public int framerate
public boolean enable
public StreamLayerConfig()
public StreamLayerConfig(VideoEncoderConfiguration.VideoDimensions dimensions, int framerate, boolean enable)