Package-level declarations
Types
Link copied to clipboard
abstract class BaseScreenRecorderService(notificationId: Int = DEFAULT_NOTIFICATION_ID, channelId: String = DEFAULT_NOTIFICATION_CHANNEL_ID, @StringRes channelNameResourceId: Int = R.string.default_channel_name, @StringRes channelDescriptionResourceId: Int = 0, @DrawableRes notificationIconResourceId: Int = R.drawable.ic_baseline_linked_camera_24) : Service
Foreground service that manages screen recorder streamers.