Skip to content

Index

library / dev.bmcreations.scrcast.config

Package dev.bmcreations.scrcast.config

Types

Name Summary
ChannelConfig An immutable data class representing configuration options for the notification channel of the recording notifications.data class ChannelConfig :Parcelable
FileFormatter Type alias foe the StorageConfig.fileNameFormatter lambda.typealias FileFormatter = () ->String
NotificationConfig An immutable data class representing configuration options for the notification presented from the foreground service.data class NotificationConfig :Parcelable
Options An immutable data object representing the Available configuration options for storage, recording, and providing user interaction with the screen recording.data class Options :Parcelable
StorageConfig An immutable data class representing configuration options for the storage of the output file.data class StorageConfig :Parcelable
VideoConfig An immutable data class representing configuration options for the recording.data class VideoConfig :Parcelable