VariantSelectionInputs

data class VariantSelectionInputs(val deviceType: String? = null, val playableFormats: List<String>? = null)

Inputs the platform layer feeds into a selection (mirrors the TS shape).

Constructors

Link copied to clipboard
constructor(deviceType: String? = null, playableFormats: List<String>? = null)

Properties

Link copied to clipboard

Detected device class; null = unknown (targeted variants never match).

Link copied to clipboard

Playable formats in the CURRENT context; null = every renderable format.