// WITH_RUNTIME import Encoding.MJPEG class Player { val status: String = Encoding.MJPEG.toString() } enum class Encoding { UNKNOWN, MJPEG, H264 }