package driver type Kind string const ( Video Kind = "video" Audio = "audio" ) type DeviceType string const ( Camera DeviceType = "camera" )