Package-level declarations
Types
Link copied to clipboard
annotation class ByteFormatValue
Valid channel config
Link copied to clipboard
annotation class ChannelConfigValue
Valid channel config
Link copied to clipboard
class ChunkedFileOutputStream(val filesDir: File, chunkSize: Int, chunkNameGenerator: (Int) -> String = { id -> "chunk_$id" }) : OutputStream
A class that allows to write into multiple files. It is useful when you want to upload a file to a server but you don't want to wait for the record to finish before.
Link copied to clipboard
class ConflatedJob
Job util class that will cancel the previous job if a new one is set.
Link copied to clipboard
object OrientationUtils
Link copied to clipboard
annotation class ProcessThreadPriorityValue
Valid process thread priority values
Link copied to clipboard
annotation class RotationValue
Valid integer rotation values.
Link copied to clipboard
annotation class SdrColorStandardValue
SDR color standard
Link copied to clipboard
annotation class ThreadPriorityValue
Valid thread priority values
Link copied to clipboard
object WindowUtils