org.teleal.cling.support.model
Class Res
java.lang.Object
org.teleal.cling.support.model.Res
public class Res
- extends Object
- Author:
- Christian Bauer
Constructor Summary |
Res()
|
Res(org.teleal.common.util.MimeType httpGetMimeType,
Long size,
String value)
|
Res(org.teleal.common.util.MimeType httpGetMimeType,
Long size,
String duration,
Long bitrate,
String value)
|
Res(ProtocolInfo protocolInfo,
Long size,
String value)
|
Res(ProtocolInfo protocolInfo,
Long size,
String duration,
Long bitrate,
String value)
|
Res(URI importUri,
ProtocolInfo protocolInfo,
Long size,
String duration,
Long bitrate,
Long sampleFrequency,
Long bitsPerSample,
Long nrAudioChannels,
Long colorDepth,
String protection,
String resolution,
String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
importUri
protected URI importUri
protocolInfo
protected ProtocolInfo protocolInfo
size
protected Long size
duration
protected String duration
bitrate
protected Long bitrate
sampleFrequency
protected Long sampleFrequency
bitsPerSample
protected Long bitsPerSample
nrAudioChannels
protected Long nrAudioChannels
colorDepth
protected Long colorDepth
protection
protected String protection
resolution
protected String resolution
value
protected String value
Res
public Res()
Res
public Res(org.teleal.common.util.MimeType httpGetMimeType,
Long size,
String duration,
Long bitrate,
String value)
Res
public Res(org.teleal.common.util.MimeType httpGetMimeType,
Long size,
String value)
Res
public Res(ProtocolInfo protocolInfo,
Long size,
String value)
Res
public Res(ProtocolInfo protocolInfo,
Long size,
String duration,
Long bitrate,
String value)
Res
public Res(URI importUri,
ProtocolInfo protocolInfo,
Long size,
String duration,
Long bitrate,
Long sampleFrequency,
Long bitsPerSample,
Long nrAudioChannels,
Long colorDepth,
String protection,
String resolution,
String value)
getImportUri
public URI getImportUri()
setImportUri
public void setImportUri(URI importUri)
getProtocolInfo
public ProtocolInfo getProtocolInfo()
setProtocolInfo
public void setProtocolInfo(ProtocolInfo protocolInfo)
getSize
public Long getSize()
setSize
public void setSize(Long size)
getDuration
public String getDuration()
setDuration
public void setDuration(String duration)
getBitrate
public Long getBitrate()
setBitrate
public void setBitrate(Long bitrate)
getSampleFrequency
public Long getSampleFrequency()
setSampleFrequency
public void setSampleFrequency(Long sampleFrequency)
getBitsPerSample
public Long getBitsPerSample()
setBitsPerSample
public void setBitsPerSample(Long bitsPerSample)
getNrAudioChannels
public Long getNrAudioChannels()
setNrAudioChannels
public void setNrAudioChannels(Long nrAudioChannels)
getColorDepth
public Long getColorDepth()
setColorDepth
public void setColorDepth(Long colorDepth)
getProtection
public String getProtection()
setProtection
public void setProtection(String protection)
getResolution
public String getResolution()
setResolution
public void setResolution(String resolution)
setResolution
public void setResolution(int x,
int y)
getResolutionX
public int getResolutionX()
getResolutionY
public int getResolutionY()
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.