sourceCandidatesFor function
- dynamic platform
The fallback chain for platform, or a hardware-free default.
Implementation
List<String> sourceCandidatesFor(TargetPlatform platform) =>
kSourceCandidates[platform] ?? const <String>['videotestsrc'];