Interface PublisherKit.CustomVideoTransformer

Enclosing class:
PublisherKit

public static interface PublisherKit.CustomVideoTransformer
Defines a custom transformer for a video stream, to be passed into the PublisherKit.VideoTransformer constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a video frame is available to be transformed.
  • Method Details