public class FLVWriter extends Object
Constructor and Description |
---|
FLVWriter(SeekableByteChannel out) |
Modifier and Type | Method and Description |
---|---|
void |
addPacket(FLVTag pkt)
Add a packet to the underlying file
|
void |
finish()
Finish muxing and write the remaining data
|
public FLVWriter(SeekableByteChannel out)
public void addPacket(FLVTag pkt) throws IOException
pkt
- IOException
public void finish() throws IOException
IOException
Copyright © 2019. All rights reserved.