__init__(self,
id='',
parent_id='',
title='',
restricted=False,
creator='',
write_status=WRITE_STATUS_NOT_WRITABLE,
ref_id='',
genres=[],
description='',
long_description='',
publishers=[],
language='',
relations=[],
rights=[],
region='',
radio_call_sign='',
radio_station_id='',
radio_band='',
channel_nr=None)
(Constructor)
| source code
|
Constructor for the AudioBroadcast class.
- Parameters:
id (string) - unique identifier for the object
parent_id (string) - id of object's parent
title (string) - name of the object
restricted (bool) - True if only CDS can modify the object
creator (string) - content creator or owner
write_status (integer) - modifiability of the resources of this object. Integer parameter
based on WRITE_STATUS_* constants
ref_id (string) - id property of the item being referred to
genres (list) - genres to which the object belongs
description (string) - description
long_description (string) - long description
publishers (list) - entities responsible for making the resource available
language (string) - language of the resource
relations (list) - related resources
rights (list) - rights held in and over the resource
region (string) - identification of the region of the object (source)
radio_call_sign (string) - radio station call sign
radio_station_id (string) - identification of the station (e.g. broadcast frequency)
radio_band (string) - radio station frequency band
channel_nr (int) - identification of tuner channels
- Overrides:
object.__init__
|