public interface IzouSoundLine
Modifier and Type | Method and Description |
---|---|
AddOnModel |
getAddOnModel()
gets the associated AddonModel
|
Identification |
getResponsibleID()
gets the ID responsible
|
boolean |
isMutedFromSystem()
returns whether the Line is muted
|
boolean |
isMuteIfNonPermanent()
retruns whether other Addons audio-inputs should be muted while this line is open (only works for non-permanent lines).
|
boolean |
isPermanent()
returns whether the line is permanently-available.
|
void |
setMuteIfNonPermanent(boolean muteIfNonPermanent)
sets whether other Addons audio-inputs should be muted while this line is open (only works for non-permanent lines).
|
boolean isPermanent()
AddOnModel getAddOnModel()
Identification getResponsibleID()
boolean isMutedFromSystem()
void setMuteIfNonPermanent(boolean muteIfNonPermanent)
muteIfNonPermanent
- true if muted, false if notboolean isMuteIfNonPermanent()
Copyright © 2016. All rights reserved.