com.smaxe.uv.fformat
Interface Flv.ITagProcessor

All Known Implementing Classes:
Flv.TagProcessorAdapter
Enclosing class:
Flv

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

onTag

void onTag(int type,
           int dataSize,
           long timestamp,
           java.io.InputStream is)
           throws java.io.IOException
Notifies about a new tag in the is.

Parameters:
type - tag type
dataSize - tag data size
timestamp - tag timestamp
is - input stream to read the tag
Throws:
java.io.IOException - if an I/O exception occurred

onTagSize

void onTagSize(int size)
Notifies about previous tag size.

Parameters:
size - size