Property ResultAudioCodecs
ResultAudioCodecs
Gets or initializes the allowable result audio codecs.
Any streams of the audio not matching one of these codecs will be re-encoded to use one of them.
Audio streams already using one of these codecs may be copied without re-encoding, depending on AudioReencodeMode.
When audio streams are re-encoded, they are re-encoded to the first codec in this list.
Providing an empty list is not allowed.
Declaration
public required IReadOnlyList<AudioCodec> ResultAudioCodecs { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<AudioCodec> |