public interface Processor
| Modifier and Type | Method and Description |
|---|---|
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.
|
Codec[] getCodecs()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.