addOutput

fun <T : IPipelineOutput> addOutput(output: T): T

Adds an output.

The output must not be already streaming. Also, audio and video source needs to be null.

Return

the output added (same as input)

Parameters

output

the output to add