Class AudioStreamInformation

java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.AudioStreamInformation

public class AudioStreamInformation extends Object
Model class for the audio stream entity
Since:
1/15/14
  • Constructor Details

    • AudioStreamInformation

      public AudioStreamInformation()
  • Method Details

    • getIpAddress

      public String getIpAddress()
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • getChannelNumber

      public String getChannelNumber()
    • setChannelNumber

      public void setChannelNumber(String channelNumber)
    • getUdpPort

      public int getUdpPort()
    • setUdpPort

      public void setUdpPort(int udpPort)
    • setCurrentDeviceInformation

      public void setCurrentDeviceInformation(DeviceInformation currentDeviceInformation)
    • getCurrentDeviceInformation

      public DeviceInformation getCurrentDeviceInformation()
    • getPassphrase

      public String getPassphrase()
    • setPassphrase

      public void setPassphrase(String passphrase)