mediaObjects
A list of media objects in the media group.
Declaration
var mediaObjects: [MLMediaObject]? { get }Discussion
This accessor property is nonblocking. If there is no data yet, it returns nil and automatically triggers an internal asynchronous request. A KVO notification will be sent via the main thread when data arrives.