As could be seen in Converting, we were able to overwrite files by enabling the property KVLC_PROPERTY_OVERWRITE.
To verifiy that KVLC_PROPERTY_OVERWRITE is in fact off by default we can do the following:
We get the output:
We begin by instantiating the converter and specifying the output file + format specifier:
We can now configure the converter for automatic overwrites.
The property KVLC_PROPERTY_OVERWRITE is available for all converters. Some however, aren't.
To check if a property is supported, we call the function kvlcIsPropertySupported.
We find that the property is not supported for KVLC_FILE_FORMAT_KME50.