|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.fmj.filtergraph.Node
net.sf.fmj.filtergraph.CodecNode
public class CodecNode
A node in a filter graph for a Codec. dest has size of 1.
Field Summary |
---|
Fields inherited from class net.sf.fmj.filtergraph.Node |
---|
logger |
Constructor Summary | |
---|---|
CodecNode(Codec codec,
Format inputFormat)
|
Method Summary | |
---|---|
Node |
duplicate()
|
Codec |
getCodec()
|
Format |
getInputFormat()
|
int |
getPlugInType()
|
int |
process(Buffer input,
int sourceTrackNumber,
int destTrackNumber,
int flags)
sourceTrackNumber only used for demux, and destTrackNumber only used for mux. |
Methods inherited from class net.sf.fmj.filtergraph.Node |
---|
addDestLink, close, getDestLink, getDestLink, getDestLink, getInputPin, getInputPinByTrack, getNumDestLinks, getNumInputPins, getNumOutputPins, getOutputBuffer, getOutputPin, getOutputPinByTrack, getPlugIn, open, print, propagateDuplicate, removeDestLink, setInputPin, setOutputBuffer, setOutputPin, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodecNode(Codec codec, Format inputFormat)
Method Detail |
---|
public int getPlugInType()
getPlugInType
in class Node
public Node duplicate()
duplicate
in class Node
public Format getInputFormat()
getInputFormat
in class Node
public Codec getCodec()
public int process(Buffer input, int sourceTrackNumber, int destTrackNumber, int flags)
Node
process
in class Node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |