public class CodecNode extends Node
Constructor and Description |
---|
CodecNode(Codec codec,
Format inputFormat) |
Modifier and Type | Method and Description |
---|---|
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.
|
addDestLink, close, getDestLink, getDestLink, getDestLink, getInputPin, getInputPinByTrack, getNumDestLinks, getNumInputPins, getNumOutputPins, getOutputBuffer, getOutputPin, getOutputPinByTrack, getPlugIn, open, print, propagateDuplicate, removeDestLink, setInputPin, setOutputBuffer, setOutputPin, start, stop
public int getPlugInType()
getPlugInType
in class Node
public Format getInputFormat()
getInputFormat
in class Node
public Codec getCodec()