public class GOPHeader extends Object implements MPEGHeader
Constructor and Description |
---|
GOPHeader(TapeTimecode timeCode,
boolean closedGop,
boolean brokenLink) |
Modifier and Type | Method and Description |
---|---|
TapeTimecode |
getTimeCode() |
boolean |
isBrokenLink() |
boolean |
isClosedGop() |
static GOPHeader |
read(ByteBuffer bb) |
void |
write(ByteBuffer bb) |
public GOPHeader(TapeTimecode timeCode, boolean closedGop, boolean brokenLink)
public static GOPHeader read(ByteBuffer bb)
public void write(ByteBuffer bb)
write
in interface MPEGHeader
public TapeTimecode getTimeCode()
public boolean isClosedGop()
public boolean isBrokenLink()
Copyright © 2019. All rights reserved.