public static final class TranscoderDB.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
destination |
private byte[] |
source |
private Transcoder |
transcoder |
private java.lang.String |
transcoderClass |
| Modifier | Constructor and Description |
|---|---|
private |
Entry(byte[] source,
byte[] destination) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDestination() |
byte[] |
getSource() |
Transcoder |
getTranscoder() |
private java.lang.String transcoderClass
private final byte[] source
private final byte[] destination
private Transcoder transcoder
public byte[] getSource()
public byte[] getDestination()
public Transcoder getTranscoder()