|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface Effect
An Effect
is a media processing unit that takes an input Buffer
of data,
performs some special-effects processing on the data, and then outputs the
data to an output Buffer
. It has the same input and output structure
as a Codec
. The difference
is that an Effect
does not modify the Format
of the data, it
manipulates the contents.
字段摘要 |
---|
从接口 javax.media.PlugIn 继承的字段 |
---|
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED |
方法摘要 |
---|
从接口 javax.media.Codec 继承的方法 |
---|
getSupportedInputFormats, getSupportedOutputFormats, process, setInputFormat, setOutputFormat |
从接口 javax.media.PlugIn 继承的方法 |
---|
close, getName, open, reset |
从接口 javax.media.Controls 继承的方法 |
---|
getControl, getControls |
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |