Package-level declarations

Types

Link copied to clipboard
open class DualStreamerFactory(withAudio: Boolean, withVideo: Boolean, defaultRotation: Int? = null) : StreamerFactory<IDualStreamer>

The streamer factory to create a streamer with a 2 outputs: IDualStreamer.

Link copied to clipboard
class NotificationUtils(service: Service, channelId: String, notificationId: Int)

Helper class to create and manage notifications. Only use for screen recording service that is why the permission error is suppressed.

Link copied to clipboard
open class SingleStreamerFactory(withAudio: Boolean, withVideo: Boolean, defaultRotation: Int? = null) : StreamerFactory<ISingleStreamer>

The streamer factory to create a streamer with a single output: ISingleStreamer.

Link copied to clipboard

A streamer factory to pass as a parameter of a StreamerService.