Class AudioCodec
Represents a base class for audio codecs used in video processing.
Namespace: FulcrumFS.Videos
Assembly: FulcrumFS.Videos.dll
Syntax
public abstract class AudioCodec
Properties
| Name | Description |
|---|---|
| AAC | Gets the AAC (AAC-LC) audio codec. Supports encoding. |
| AllResultCodecs | Gets a list of all supported audio codecs, that have encoding support (SupportsEncoding). |
| AllSourceCodecs | Gets a list of all supported audio codecs (with encodable ones first). |
| HEAAC | Gets the HE-AAC audio codec. Does not support encoding. |
| MP2 | Gets the MP2 audio codec. Does not support encoding. |
| MP3 | Gets the MP3 audio codec. Does not support encoding. |
| Name | Gets the name of the codec as used in ffprobe output (codec_name). |
| Opus | Gets the Opus audio codec. Does not support encoding. |
| Profile | Gets the name of the profile as used in ffprobe output (profile), or null if unspecified. |
| SupportsEncoding | Gets a value indicating whether this codec supports encoding, as some codecs only support decoding. |
| Vorbis | Gets the Vorbis audio codec. Does not support encoding. |