Contents

videoRenderer

The component’s video renderer.

Declaration

var videoRenderer: AVSampleBufferVideoRenderer? { get }

Discussion

Pass this renderer to the component as a parameter in the initializer; you can’t replace it afterward. You can’t use the same AVSampleBufferVideoRenderer object with more than one VideoPlayerComponent.

See Also

Accessing video player properties