getVideoSources method
This command lists all available physical video inputs of the device.
Implementation
Future<List<m1.VideoSource>> getVideoSources() async =>
_mediaSupportLevel == MediaSupportLevel.one
? media1.getVideoSources()
: throw NotSupportedException();