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 - IOExceptionpublic void finish()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.