Klasse Res

java.lang.Object
org.jupnp.support.model.Res

public class Res extends Object
Autor:
Christian Bauer
  • Felddetails

    • 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
  • Konstruktordetails

  • Methodendetails

    • 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)