|
||||||||||
| 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)
Transforms supplied frame if frame's format does not match to any of the supported output formats and such transcoding is possible. |
void |
setFormats(Formats formats)
Sets the list of supported output formats. |
| Method Detail |
|---|
Codec[] getCodecs()
void setFormats(Formats formats)
formats - the list of formats sorted by format priority.Frame process(Frame frame)
frame - the frame for transcoding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||