com.flazr.io.flv
Class FlvReader
java.lang.Object
com.flazr.io.flv.FlvReader
- All Implemented Interfaces:
- RtmpReader
public class FlvReader
- extends Object
- implements RtmpReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlvReader
public FlvReader(String path)
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.