Class DePacketizer.VP8PayloadHeader

    • Constructor Detail

      • VP8PayloadHeader

        public VP8PayloadHeader()
    • Method Detail

      • isKeyFrame

        public static boolean isKeyFrame​(byte[] input,
                                         int offset)
        Returns true if the P (inverse key frame flag) field of the VP8 Payload Header at offset offset in input is 0.
        Returns:
        true if the P (inverse key frame flag) field of the VP8 Payload Header at offset offset in input is 0, false otherwise.