resetOutput

abstract suspend fun resetOutput()

Resets the output surface for the video stream.

When the output is reset, the ISurfaceSourceInternal should stop sending frames to the surface set by setOutput. The implementation must forget the previous surface. getOutput should return null until a new surface is set.