sourceKinds property
Source kinds handled by this fetcher, such as s3 or content.
Implementation
@override
Set<String> get sourceKinds {
final String? normalized = _normalizeOptionalRouteClaim(backendId);
return <String>{
normalized == null ? 'video-frame' : 'video-frame:$normalized',
};
}