Show / Hide Table of Contents

Enum FrameFlags

Specifies flags for frames in FFmpeg.

Namespace: FFmpeg.Utils
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum FrameFlags

Fields

Name Description
Corrupt

Indicates that the frame data is corrupted.

Discard

Indicates that the frame should be discarded.

Interlaced

Indicates that the frame is interlaced.

Key

Indicates that the frame is a key frame.

TopFieldFirst

A flag to mark frames where the top field is displayed first if the content is interlaced.

  • View Source
In this article
Back to top Generated by DocFX