Enum VideoReadMode
- Namespace
- ImageMagick.Formats
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Specifies the video read modes.
public enum VideoReadMode
Fields
ByDuration = 0
Read the video with frames that have a duration (webp).
ByFrame = 1
Read the video frame by frame (pam).