Package com.twilio.video
Class Vp8Codec
- java.lang.Object
-
- com.twilio.video.VideoCodec
-
- com.twilio.video.Vp8Codec
-
public class Vp8Codec extends VideoCodec
Traditional block-based transform coding format similar to H264.- See Also:
- VP8
-
-
Method Summary
-
Methods inherited from class com.twilio.video.VideoCodec
getName, toString
-
-
-
-
Field Detail
-
NAME
@NonNull public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
simulcast
public final boolean simulcast
Enabling simulcast causes the encoder to generate multiple spatial and temporal layers for the video that is published. This feature should only be enabled in a Group Room.
-
-