# Functions
DetectChanges will detect frame and video property changes.
Merge merges transforms and produces a new TransformFunc that will execute transforms in order.
NewBroadcaster creates a new broadcaster.
NewFrameBuffer creates a new FrameBuffer instance and initialize internal buffer with initialSize.
Scale returns video scaling transform.
Throttle returns video throttling transform.
ToI420 converts r to a new reader that will output images in I420 format.
ToRGBA converts r to a new reader that will output images in RGBA format.
# Variables
List of scaling algorithms.
List of scaling algorithms.
List of scaling algorithms.
ScalerFastBoxSampling mock scaler for nocgo implementation to pass tests for CGO_ENABLED=0.
List of scaling algorithms.
# Structs
Broadcaster is a specialized video broadcaster.
FastBoxSampling mock implementation for nocgo implementation TODO implement nocgo FastBoxSampling scaling algorithm.
FrameBuffer is a buffer that can store any image format.
# Type aliases
Scaler represents scaling algorithm.
TransformFunc produces a new Reader that will produces a transformed video.