com.flazr.io.flv
Class FlvReader

java.lang.Object
  extended by com.flazr.io.flv.FlvReader
All Implemented Interfaces:
RtmpReader

public class FlvReader
extends Object
implements RtmpReader


Constructor Summary
FlvReader(String path)
           
 
Method Summary
 void close()
           
 Metadata getMetadata()
           
 RtmpMessage[] getStartMessages()
           
 long getTimePosition()
           
 boolean hasNext()
           
protected  boolean hasPrev()
           
static void main(String[] args)
           
 RtmpMessage next()
           
protected  RtmpMessage prev()
           
 long seek(long time)
           
 void setAggregateDuration(int targetDuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlvReader

public FlvReader(String path)
Method Detail

getMetadata

public Metadata getMetadata()
Specified by:
getMetadata in interface RtmpReader

getStartMessages

public RtmpMessage[] getStartMessages()
Specified by:
getStartMessages in interface RtmpReader

setAggregateDuration

public void setAggregateDuration(int targetDuration)
Specified by:
setAggregateDuration in interface RtmpReader

getTimePosition

public long getTimePosition()
Specified by:
getTimePosition in interface RtmpReader

seek

public long seek(long time)
Specified by:
seek in interface RtmpReader

hasNext

public boolean hasNext()
Specified by:
hasNext in interface RtmpReader

hasPrev

protected boolean hasPrev()

prev

protected RtmpMessage prev()

next

public RtmpMessage next()
Specified by:
next in interface RtmpReader

close

public void close()
Specified by:
close in interface RtmpReader

main

public static void main(String[] args)


Copyright © 2011. All Rights Reserved.