rootMediaGroup
The base media group in the media source that contains all other groups within the source as descendant elements.
Declaration
var rootMediaGroup: MLMediaGroup? { get }Discussion
This accessor property is nonblocking. If there is no data yet, it returns nil and automatically triggers an internal asynchronous request. When data arrives, a KVO notification is sent via the main thread.