public class URLWrapper extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Codec |
acodec |
protected boolean |
available |
protected int |
bitrate |
protected Codec |
codec |
protected Dimension |
dimension |
protected String |
fileName |
protected int |
fileSize |
protected Format |
format |
protected Map<String,Object> |
info |
protected boolean |
main |
protected MimeType |
mimeType |
protected int |
provider |
protected int |
source |
protected State |
state |
protected String |
url |
| Constructor and Description |
|---|
URLWrapper(URLComposer uc) |
| Modifier and Type | Method and Description |
|---|---|
Codec |
getAcodec() |
int |
getBitrate() |
Codec |
getCodec() |
Dimension |
getDimension() |
String |
getFilename() |
int |
getFilesize() |
Format |
getFormat() |
Map<String,Object> |
getInfo() |
MimeType |
getMimeType() |
int |
getProvider() |
int |
getSource() |
State |
getState() |
String |
getURL() |
boolean |
isAvailable()
Wether the URL which will be produced by this composer is actually already useable.
|
boolean |
isMain() |
String |
toString() |
protected final int source
protected final int provider
protected final Format format
protected final Codec codec
protected final Codec acodec
protected final int bitrate
protected final MimeType mimeType
protected final Dimension dimension
protected final int fileSize
protected final String url
protected final String fileName
protected final boolean available
protected final boolean main
protected final State state
public URLWrapper(URLComposer uc)
public int getSource()
public int getProvider()
public Format getFormat()
public Codec getCodec()
public Codec getAcodec()
public int getBitrate()
public MimeType getMimeType()
public Dimension getDimension()
public int getFilesize()
public final String getURL()
public final String getFilename()
public boolean isAvailable()
State.SOURCE), or its a generated source and its generation is done.public boolean isMain()
public State getState()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}