PlanetKitVideoOutputDelegate

@objc
public protocol PlanetKitVideoOutputDelegate

A protocol that defines the delegate methods for receiving video output from PlanetKit.

  • Called when a video buffer is available.

    This method is called by PlanetKit to provide the video buffer to the delegate. The delegate should implement this method to receive and process the video buffer.

    Declaration

    Swift

    func videoOutput(_ videoBuffer: PlanetKitVideoBuffer)

    Parameters

    videoBuffer

    The PlanetKitVideoBuffer object containing the video data.