read(contentsOf:)
Reads a video file as an async sequence of video frames.
Declaration
static func read(contentsOf url: URL) async throws -> VideoReader.AsyncFramesParameters
- url:
A video file URL.
Return Value
An async sequence of VideoFrames.
Reads a video file as an async sequence of video frames.
static func read(contentsOf url: URL) async throws -> VideoReader.AsyncFramesA video file URL.
An async sequence of VideoFrames.