public static class FLVTool.ShiftPtsProcessor extends Object implements FLVTool.PacketProcessor
Modifier and Type | Class and Description |
---|---|
static class |
FLVTool.ShiftPtsProcessor.Factory |
Constructor and Description |
---|
ShiftPtsProcessor(int shiftTo,
Integer shiftBy,
boolean expectWrapAround) |
Modifier and Type | Method and Description |
---|---|
void |
finish(FLVWriter muxer) |
boolean |
hasOutput() |
boolean |
processPacket(FLVTag pkt,
FLVWriter writer) |
public ShiftPtsProcessor(int shiftTo, Integer shiftBy, boolean expectWrapAround)
public boolean processPacket(FLVTag pkt, FLVWriter writer) throws IOException
processPacket
in interface FLVTool.PacketProcessor
IOException
public void finish(FLVWriter muxer) throws IOException
finish
in interface FLVTool.PacketProcessor
IOException
public boolean hasOutput()
hasOutput
in interface FLVTool.PacketProcessor
Copyright © 2019. All rights reserved.