bosesoundtouchapi.models.dspmonostereoitem

@export
class DSPMonoStereoItem:

SoundTouch device DSPMonoStereoItem configuration object.

This class contains the attributes and sub-items that represent the DSP mono / stereo configuration of the device.

DSPMonoStereoItem(root: xml.etree.ElementTree.Element)

Initializes a new instance of the class.

Arguments:
  • root (Element): xmltree Element item to load arguments from.
    If specified, then other passed arguments are ignored.
DeviceId: str

Device identifier the configuration information was obtained from.

IsMonoEnabled: bool

True if monophonic audio (audio from one single source) is enabled; otherwise, False to indicate stereophonic audio is enabled, which present the image of a 'left' and 'right' in the audio feed.

def ToString(self) -> str:

Returns a displayable string representation of the class.