read(_:)
Reads a sequence of annotated files as an array of annotated async sequences of video frames.
Declaration
static func read<S, Annotation>(_ annotatedFiles: S) async throws -> [AnnotatedFeature<VideoReader.AsyncFrames, Annotation>] where S : Sequence, Annotation : Equatable, Annotation : Sendable, S.Element == AnnotatedFeature<URL, Annotation>Parameters
- annotatedFiles:
A sequence of annotated URLs.
Return Value
An array of annotated async sequences.