videoRenderer
The material’s video renderer.
Declaration
var videoRenderer: AVSampleBufferVideoRenderer? { get }Discussion
Pass this renderer to the material as a parameter in the initializer; you can’t replace it afterward. You can’t use the same AVSampleBufferVideoRenderer object with more than one VideoMaterial.