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