IVAS_REND_GetNumAllObjects(hIvasRend,&numInputChannels);/* In case of MASA output, modify the numInputChannels to contain all objects. Otherwise, keep the original value. */
MasaFileWriter_open(args.outputFilePath,true,&masaWriter);/* No delay for audio in renderer, so calling metadata writer in delayCompensated mode, i.e., no delay applied to meta */
if(masaWriter==NULL)
{
fprintf(stderr,"Could not open MASA metadata file %s\n",args.outputFilePath);