albumAudioItemsProperty

abstract fun albumAudioItemsProperty(albumName: String): ReadOnlyListProperty<ObservableAudioItem>

Returns an observable list of audio items for the specified album.

The returned property automatically updates when audio items are added to or removed from the album. If the album does not exist yet, an empty observable list is created and returned, which will be populated if items are later added.

Return

A read-only list property containing the album's audio items

Parameters

albumName

The name of the album to retrieve items for