ExternalMediaToolStatus

data class ExternalMediaToolStatus(val available: Boolean, val path: String? = null, val detail: String? = null)

Status for an optional media tool used by JVM fallbacks.

A path is reported only for a compatible user/system installation. In-process media bridge components deliberately do not expose an executable path.

Constructors

Link copied to clipboard
constructor(available: Boolean, path: String? = null, detail: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val path: String?