probeVideo

Probes a video file by its filename to extract details such as width, height, framerate, and duration.

Return

an instance of VideoDetails containing video information, or null if the file does not exist

Parameters

filename

the name of the video file to be probed


fun probeVideo(videoFile: File): VideoDetails?(source)

Probes a video file to extract its details such as width, height, framerate, and duration.

Return

an instance of VideoDetails containing video information, or null if the file does not exist

Parameters

videoFile

the video file to be probed