public class FFMpegAnalyzer extends Object implements Analyzer
Input #0, wav, from 'basic.wav':
Duration: 00:00:02.94, bitrate: 384 kb/s
Stream #0.0: Audio: pcm_s24le, 8000 Hz, 2 channels, s16, 384 kb/s
| Constructor and Description |
|---|
FFMpegAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogger(Logger logger) |
void |
addThrowable(Throwable t) |
void |
analyze(String l,
Node source,
Node des)
Analyzes a line of logging of
|
FFMpegAnalyzer |
clone() |
int |
getMaxLines()
How many lines of logging should be offered for
Analyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most. |
void |
ready(Node sourceNode,
Node destNode) |
void |
setUpdateDestination(boolean b) |
void |
setUpdateSource(boolean b) |
public void setUpdateSource(boolean b)
public void setUpdateDestination(boolean b)
public void addThrowable(Throwable t)
addThrowable in interface Analyzerpublic int getMaxLines()
AnalyzerAnalyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most.getMaxLines in interface Analyzerpublic void analyze(String l, Node source, Node des)
Analyzerpublic FFMpegAnalyzer clone()
clone in interface PublicCloneable<Analyzer>clone in class ObjectMMBase 1.9-SNAPSHOT - ${javadoctimestamp}