jaugment2.mediaplayer
Class AugmentedVisionCodec
java.lang.Object
|
+--jaugment2.mediaplayer.AugmentedVisionCodec
- public class AugmentedVisionCodec
- extends java.lang.Object
- implements javax.media.Effect
|
Field Summary |
(package private) int |
btype
|
(package private) boolean |
byRef
|
private static int |
debug
|
(package private) int |
inHeight
|
(package private) javax.media.Format |
input
The code for a pass through codec. |
(package private) int |
inWidth
|
(package private) javax.media.Format |
output
The code for a pass through codec. |
protected javax.media.Format[] |
supportedIns
|
protected javax.media.Format[] |
supportedOuts
|
protected javax.media.format.RGBFormat |
supportedRGB
|
| Fields inherited from interface javax.media.PlugIn |
BUFFER_PROCESSED_FAILED,
BUFFER_PROCESSED_OK,
INPUT_BUFFER_NOT_CONSUMED,
OUTPUT_BUFFER_NOT_FILLED,
PLUGIN_TERMINATED |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
debug
private static final int debug
btype
int btype
inWidth
int inWidth
inHeight
int inHeight
byRef
boolean byRef
supportedRGB
protected javax.media.format.RGBFormat supportedRGB
input
javax.media.Format input
- The code for a pass through codec.
output
javax.media.Format output
- The code for a pass through codec.
supportedIns
protected javax.media.Format[] supportedIns
supportedOuts
protected javax.media.Format[] supportedOuts
AugmentedVisionCodec
public AugmentedVisionCodec()
accessFrame
void accessFrame(javax.media.Buffer frame)
- Callback to access individual video frames.
getName
public java.lang.String getName()
open
public void open()
close
public void close()
reset
public void reset()
getSupportedInputFormats
public javax.media.Format[] getSupportedInputFormats()
getSupportedOutputFormats
public javax.media.Format[] getSupportedOutputFormats(javax.media.Format in)
setInputFormat
public javax.media.Format setInputFormat(javax.media.Format format)
setOutputFormat
public javax.media.Format setOutputFormat(javax.media.Format format)
process
public int process(javax.media.Buffer in,
javax.media.Buffer out)
getControls
public java.lang.Object[] getControls()
getControl
public java.lang.Object getControl(java.lang.String type)