Class AudioStreamInformation
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.AudioStreamInformation
Model class for the audio stream entity
- Since:
- 1/15/14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setChannelNumber
(String channelNumber) void
setCurrentDeviceInformation
(DeviceInformation currentDeviceInformation) void
setIpAddress
(String ipAddress) void
setPassphrase
(String passphrase) void
setUdpPort
(int udpPort)
-
Constructor Details
-
AudioStreamInformation
public AudioStreamInformation()
-
-
Method Details
-
getIpAddress
-
setIpAddress
-
getChannelNumber
-
setChannelNumber
-
getUdpPort
public int getUdpPort() -
setUdpPort
public void setUdpPort(int udpPort) -
setCurrentDeviceInformation
-
getCurrentDeviceInformation
-
getPassphrase
-
setPassphrase
-