Package-level declarations

Types

Link copied to clipboard
open class StreamerPipeline(val context: Context, val withAudio: Boolean = true, val withVideo: Boolean = true, audioOutputMode: StreamerPipeline.AudioOutputMode = AudioOutputMode.PUSH, val coroutineDispatcher: CoroutineDispatcher = Dispatchers.Default) : IWithVideoSource, IWithVideoRotation, IWithAudioSource

The main pipeline for the streamer.

Functions

Link copied to clipboard

Clean and reset the pipeline synchronously.