Enum ClassCategory
Represents the category of an FFmpeg AVClass instance.
Namespace: FFmpeg.Logging
Assembly: FFmpeg.dll
Syntax
public enum ClassCategory
Fields
| Name | Description |
|---|---|
| AudioInputDevice | Audio input device category. |
| AudioOutputDevice | Audio output device category. |
| BitstreamFilter | Bitstream filter category. |
| Decoder | Decoder category. |
| Demuxer | Demuxer category. |
| DeviceInput | Generic input device category. |
| DeviceOutput | Generic output device category. |
| Encoder | Encoder category. |
| Filter | Filter category. |
| HardwareDevice | Hardware device category. |
| Input | Input format or device category. |
| Muxer | Muxer category. |
| None | No specific category. |
| Output | Output format or device category. |
| SoftwareResampler | Software resampler category. |
| SoftwareScaler | Software scaler category. |
| VideoInputDevice | Video input device category. |
| VideoOutputDevice | Video output device category. |
| __Count__ | Number of class categories (not part of the FFmpeg ABI/API). |