Mount

class AzuracastPy.models.mount.Mount(id: int, name: str, url: str, bitrate: int, format: str, path: str, is_default: bool, listeners: Listeners)

Represents basic info for station mount point.

__init__(id: int, name: str, url: str, bitrate: int, format: str, path: str, is_default: bool, listeners: Listeners)

Initializes a Mount object.

Note

This class should not be initialized directly. Instead, an instance will be made available as an attribute of other classes: Station or Relay.