Enum PacketFlags
Enumeration for packet flags, corresponding to AV_PKT_FLAG values.
Namespace: FFmpeg.Utils
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum PacketFlags
Fields
| Name | Description |
|---|---|
| Corrupt | The packet content is corrupted. |
| Discard | The packet is required to maintain valid decoder state but should be discarded after decoding. |
| Disposable | The packet contains frames that can be discarded by the decoder (non-reference frames). |
| Key | The packet contains a keyframe. |
| None | No package flags set. |
| Trusted | The packet comes from a trusted source, allowing otherwise-unsafe constructs such as arbitrary pointers. |