public static class DePacketizer.VP8PayloadHeader extends Object
| Constructor and Description |
|---|
VP8PayloadHeader() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static boolean isKeyFrame(byte[] input,
int offset)
Copyright © 2021 jitsi.org. All rights reserved.