loadVideoDevice

fun loadVideoDevice(    deviceName: String = VideoPlayerFFMPEG.defaultDevice(),     mode: PlayMode = PlayMode.VIDEO,     width: Int? = null,     height: Int? = null,     frameRate: Double? = null,     configuration: VideoPlayerConfiguration = VideoPlayerConfiguration()): VideoPlayerFFMPEG(source)