mediaPlayPauseButtonTintColor
The tint color for the media playback button.
Declaration
@NSCopying optional var mediaPlayPauseButtonTintColor: UIColor { get }@NSCopying optional var mediaPlayPauseButtonTintColor: NSColor { get }Discussion
If you implement the mediaPlayPauseButtonFrame property, you can also implement this property and use it to specify the tint color to apply to the button. If you don’t implement this property, the system uses a default color for the tint color.