Property ResultFormats
ResultFormats
Gets the result media container formats that the video processor can output.
If re-encoding is required, or other modifications (e.g., metadata changes) are requested, and the source format does not support writing, the first format in the list is used, so it must be writable as per SupportsWriting - otherwise, non-writable formats will only be emitted when copying the file in full with no modifications.
Declaration
public required IReadOnlyList<MediaContainerFormat> ResultFormats { get; init; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<MediaContainerFormat> |