Interface VideoFile
access this type via: media.video.VideoFile (provides, requires or uses)
--- semantic variants: divf
API to read a video file.
Functions
bool validHeader(byte content[])
bool validHeader(byte content[])
Checks if a video file has a valid header, for a given semantic variant of this API.
Reads a frame of (usually encoded) video, from the given offset of a byte array.
Writes the video header to a byte array.
Writes a frame of (usually encoded) video to a byte array.