Package io.agora.rtc2
Class SimulcastConfig
java.lang.Object
io.agora.rtc2.SimulcastConfig
The configuration of the multi-layer video stream.
- Since:
- v4.6.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassThe configuration of a specific layer in the multi-layer video stream.static enumThe index of multi-layer video stream -
Field Summary
FieldsModifier and TypeFieldDescriptionThe array of StreamLayerConfig, which contains STREAM_LAYER_COUNT_MAX layers of video stream at most.booleanWhether to enable fallback publishing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configs
The array of StreamLayerConfig, which contains STREAM_LAYER_COUNT_MAX layers of video stream at most. -
publishFallbackEnable
public boolean publishFallbackEnableWhether to enable fallback publishing. When set to true, it allows dynamic disabling of multiple streams when the performance or network of the publishing end is poor. The order of disabling is layer1->layer6. - true: Enable fallback publishing. - false: (Default) Disable fallback publishing.
-
-
Constructor Details
-
SimulcastConfig
public SimulcastConfig()
-