Admin Station Backend Config
- class AzuracastPy.models.administration.admin_station.BackendConfig(charset: str, dj_port: int, telnet_port: int, record_streams: bool, record_streams_format: str, record_streams_bitrate: int, use_manual_autodj: bool, autodj_queue_length: int, dj_mount_point: str, dj_buffer: int, audio_processing_method: str, post_processing_include_live: bool, stereo_tool_license_key: str, master_me_preset: str, master_me_loudness_target: int, enable_replaygain_metadata: bool, crossfade_type: str, crossfade: int, duplicate_prevention_time_range: int, performance_mode: str, hls_segment_length: int, hls_segments_in_playlist: int, hls_segments_overhead: int, hls_enable_on_public_player: bool, hls_is_default: bool, live_broadcast_text: str)
Represents the backend configuration of a station.
- __init__(charset: str, dj_port: int, telnet_port: int, record_streams: bool, record_streams_format: str, record_streams_bitrate: int, use_manual_autodj: bool, autodj_queue_length: int, dj_mount_point: str, dj_buffer: int, audio_processing_method: str, post_processing_include_live: bool, stereo_tool_license_key: str, master_me_preset: str, master_me_loudness_target: int, enable_replaygain_metadata: bool, crossfade_type: str, crossfade: int, duplicate_prevention_time_range: int, performance_mode: str, hls_segment_length: int, hls_segments_in_playlist: int, hls_segments_overhead: int, hls_enable_on_public_player: bool, hls_is_default: bool, live_broadcast_text: str)
Initializes a
BackendConfigobject for an admin station.Note
This class should not be initialized directly. Instead, obtain an instance via:
admin_station.backend_config.