|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.fformat.Flv.TagProcessorAdapter
public static class Flv.TagProcessorAdapter
TagProcessorAdapter - Flv.ITagProcessor adapter.
| Constructor Summary | |
|---|---|
Flv.TagProcessorAdapter()
Constructor. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Flv.TagProcessorAdapter()
| Method Detail |
|---|
public void onTag(int type,
int dataSize,
long timestamp,
java.io.InputStream is)
throws java.io.IOException
Flv.ITagProcessoris.
onTag in interface Flv.ITagProcessortype - tag typedataSize - tag data sizetimestamp - tag timestampis - input stream to read the tag
java.io.IOException - if an I/O exception occurredpublic void onTagSize(int size)
Flv.ITagProcessor
onTagSize in interface Flv.ITagProcessorsize - size
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||