public static interface Flv.ITagProcessor
ITagProcessor
- tag processor.Modifier and Type | Method and Description |
---|---|
void |
onTag(int type,
int dataSize,
long timestamp,
int stream,
java.io.InputStream is)
Notifies about a new tag in the
is . |
void |
onTagSize(int size)
Notifies about previous tag size.
|
void onTag(int type, int dataSize, long timestamp, int stream, java.io.InputStream is) throws java.io.IOException
is
.type
- tag typedataSize
- tag data sizetimestamp
- tag timestampstream
- tag streamis
- input stream to read the tagjava.io.IOException
- if an I/O exception occurredvoid onTagSize(int size)
size
- size