avPlayer
The AV player that the component plays.
Declaration
var avPlayer: AVPlayer? { get }Discussion
Pass this player to the component as a parameter in the initializer; you can’t replace it afterward.
The AV player that the component plays.
var avPlayer: AVPlayer? { get }Pass this player to the component as a parameter in the initializer; you can’t replace it afterward.