|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Processor
Digital signaling processor. DSP transforms media from its original format to one of the specified output format. Output formats are specified as array where order of the formats defines format's priority. If frame has format matching to output format the frame won't be changed.
| Method Summary | |
|---|---|
Codec[] |
getCodecs()
Gets the list of supported codecs. |
Frame |
process(Frame frame,
Format source,
Format destination)
Transforms supplied frame if frame's format does not match to any of the supported output formats and such transcoding is possible. |
| Method Detail |
|---|
Codec[] getCodecs()
Frame process(Frame frame,
Format source,
Format destination)
frame - the frame for transcoding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||