public class DePacketizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DePacketizer.VP9PayloadDescriptor
A class that represents the VP9 Payload Descriptor structure defined
in draft-ietf-payload-vp9-02
|
| Constructor and Description |
|---|
DePacketizer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isKeyFrame(byte[] buf,
int off,
int len)
Returns true if the buffer contains a VP9 key frame at offset
offset.
|
public static boolean isKeyFrame(byte[] buf,
int off,
int len)
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 bufferCopyright © 2021 jitsi.org. All rights reserved.