Package-level declarations

Types

Link copied to clipboard

A filter that provides a Bitmap of each frame. It's less performant than using the RawVideoFilter because we do YUV<->ARGB conversions internally.

Link copied to clipboard
abstract class RawVideoFilter : VideoFilter

Raw VideoFrame data from WebRTC - use for maximum performance, but usually requires more complex work.

Link copied to clipboard
open class VideoFilter

Do not create instances directly. Use BitmapVideoFilter or RawVideoFilter

Link copied to clipboard
object YuvFrame