public class Decoder extends Object implements Codec
| Constructor and Description |
|---|
Decoder() |
| Modifier and Type | Method and Description |
|---|---|
Format |
getSupportedInputFormat() |
Format |
getSupportedOutputFormat() |
byte[] |
process(byte[] media)
Perform compression.
|
Frame |
process(Frame frame) |
public Format getSupportedInputFormat()
getSupportedInputFormat in interface Codecpublic Format getSupportedOutputFormat()
getSupportedOutputFormat in interface Codecpublic byte[] process(byte[] media)
input - mediaCopyright © 2016 TeleStax, Inc.. All Rights Reserved.