Show / Hide Table of Contents

Enum FormatFlags

Flags used to specify various format options.

Namespace: FFmpeg.Formats
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum FormatFlags

Fields

Name Description
GenericIndex

Format uses a generic index.

GlobalHeader

Format uses a global header.

NeedNumber

Format needs a number in filenames.

NoBinSearch

Format does not support binary search.

NoByteSeek

Format does not support byte seeking.

NoDimensions

Format does not have dimensions.

NoFile

Format does not require a file.

NoGenSearch

Format does not support general search.

NoStreams

Format does not have streams.

NoTimestamps

Format does not have timestamps.

SeekToPts

Format seeks to presentation timestamps.

ShowIds

Format shows IDs.

TsDiscont

Format has discontinuous timestamps.

TsNegative

Format supports negative timestamps.

TsNonStrict

Format has non-strict timestamps.

VariableFps

Format supports variable frame rates.

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