Skip to content

Commit 6fa4370

Browse files
committed
add Packet.keyFrame
1 parent 99ca474 commit 6fa4370

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/javaforce/voip/Packet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public Packet(byte[] data, int offset, int length) {
2121

2222
public int stream;
2323
public long ts;
24+
public boolean keyFrame;
2425

2526
public String toString() {
2627
return "Packet:{data:" + data + ",offset:" + offset + ",length:" + length + "}";

0 commit comments

Comments
 (0)