title
The title of the marker group.
Declaration
var title: String? { get }Discussion
You set a marker group’s title with the AVNavigationMarkersGroup initializer. Each marker group in the navigationMarkerGroups array of an AVPlayerItem object must have a unique title. To use the marker group as a chapter list, set its title to nil.