Class Vp8Codec


  • public class Vp8Codec
    extends VideoCodec
    Traditional block-based transform coding format similar to H264.
    See Also:
    VP8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
      boolean simulcast
      Enabling simulcast causes the encoder to generate multiple spatial and temporal layers for the video that is published.
    • Constructor Summary

      Constructors 
      Constructor Description
      Vp8Codec()  
      Vp8Codec​(boolean simulcast)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • 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.
    • Constructor Detail

      • Vp8Codec

        public Vp8Codec()
      • Vp8Codec

        public Vp8Codec​(boolean simulcast)