Package-level declarations

Types

Link copied to clipboard
data class DecoderInfo(val name: String = EMPTY_TEXT, val count: Int = DEFAULT_INT_VAL, val displayDimensions: DisplayPixelSize)
Link copied to clipboard

Classifies device model based on capabilities.

Link copied to clipboard

Provides information about device capabilities based on hardware specifications and codec support.

Link copied to clipboard
data class DisplayPixelSize(val width: Int = SIZE_UNSET, val height: Int = SIZE_UNSET)

Properties

Link copied to clipboard
const val DEFAULT_INT_VAL: Int = 0
Link copied to clipboard
const val SIZE_UNSET: Int