Show / Hide Table of Contents

Enum CodecProperties

Enum representing codec properties (a combination of flags).

Namespace: FFmpeg.Codecs
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum CodecProperties

Fields

Name Description
BitmapSubtitle

Subtitle codec is bitmap-based. Decoded subtitle data can be read from the AVSubtitleRect->pict field.

Fields

Video codec supports separate coding of fields in interlaced frames.

IntraOnly

Codec uses only intra compression (video and audio codecs only).

Lossless

Codec supports lossless compression (audio and video codecs only).

Lossy

Codec supports lossy compression (audio and video codecs only).

Reorder

Codec supports frame reordering, meaning the coded order may differ from the presentation order.

TextSubtitle

Subtitle codec is text-based. Decoded subtitle data can be read from the AVSubtitleRect->ass field.

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