Table of Contents

VideoFrameReader.GetEnumerator Method

Definition

Namespace
GleamTech.VideoUltimate
Assembly
GleamTech.VideoUltimate.dll

Returns an enumerator that iterates through the frames in the video.

public IEnumerator<Image> GetEnumerator()

Returns

IEnumerator<Image>

A IEnumerator<T> that can be used to iterate through the frames in the video.