CustomVideoSourceYUV420

A video source for custom tracks which accepts frame data in a YUV 4:2:0 format.

Use pushFrame to add new frames to the track.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class ByteArrayRange(val data: ByteArray, val start: Int, val len: Int)
Link copied to clipboard
class Frame
Link copied to clipboard

Functions

Link copied to clipboard

Add the specified frame to the video track.