Methods Summary |
---|
public javax.media.Format[] | getBaseInputFormats()An array of format objects that cover the generic input formats
that this plugin supports. For example, a VideoRenderer may not
know the exact RGBFormat it supports, so it returns a dummy RGBFormat
with mostly unspecified values.
|
public javax.media.Format[] | getBaseOutputFormats()An array of format objects that cover the generic output formats
that this plugin supports. For example, a Codec may not
know the exact output RGBFormat it supports, so it returns a dummy
RGBFormat with mostly unspecified values.
|