|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Flv.ITagProcessor
ITagProcessor - tag processor.
| Method Summary | |
|---|---|
void |
onTag(int type,
int dataSize,
long timestamp,
java.io.InputStream is)
Notifies about a new tag in the is. |
void |
onTagSize(int size)
Notifies about previous tag size. |
| Method Detail |
|---|
void onTag(int type,
int dataSize,
long timestamp,
java.io.InputStream is)
throws java.io.IOException
is.
type - tag typedataSize - tag data sizetimestamp - tag timestampis - input stream to read the tag
java.io.IOException - if an I/O exception occurredvoid onTagSize(int size)
size - size
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||