-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum VideoEncodingModeVideoEncodingMode describes how publishers manage video codecs and video encodings.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOTwilio's SDKs and Servers select video codecs and manage video encodings automatically.
- The publisher prefers scalable video codecs in Group Rooms, and disables scalabilityfeatures that are not needed in Peer-to-Peer and Go Rooms.
- In Group Rooms, the publisher reduces resource usage by only sending the encodings thatare needed by subscribers or by the media server (when recording is enabled).
- If there are no subscribers, and recording is disabled then all track encodings aresuspended.
-
Method Summary
Modifier and Type Method Description static Array<VideoEncodingMode>values()static VideoEncodingModevalueOf(String name)-
-
Method Detail
-
values
static Array<VideoEncodingMode> values()
-
valueOf
static VideoEncodingMode valueOf(String name)
-
-
-
-