Class DePacketizer
- java.lang.Object
-
- org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer
-
public class DePacketizer extends Object
A depacketizer from VP9. See draft-ietf-payload-vp9-02- Author:
- George Politis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDePacketizer.VP9PayloadDescriptorA class that represents the VP9 Payload Descriptor structure defined in draft-ietf-payload-vp9-02
-
Constructor Summary
Constructors Constructor Description DePacketizer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisKeyFrame(byte[] buf, int off, int len)Returns true if the buffer contains a VP9 key frame at offset offset.
-
-
-
Method Detail
-
isKeyFrame
public static boolean isKeyFrame(byte[] buf, int off, int len)Returns true if the buffer contains a VP9 key frame at offset offset.- Parameters:
buf- the byte buffer to checkoff- the offset in the byte buffer where the actual data startslen- the length of the data in the byte buffer- Returns:
- true if the buffer contains a VP8 key frame at offset offset.
-
-