Package 

Class Vp8Codec


  • 
    public class Vp8Codec
    extends VideoCodec
                        

    Traditional block-based transform coding format similar to H264.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String NAME
      public final boolean simulcast
    • Constructor Summary

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

      Modifier and Type Method Description
      • Methods inherited from class com.twilio.video.VideoCodec

        getName, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vp8Codec

        Vp8Codec()
      • Vp8Codec

        Vp8Codec(boolean simulcast)