pageDataBufferJob.pageDataBuffer.pInitNotification=NULL;/* <-- Clear this notification to NULL to ensure it's not signalled a second time at the end of decoding, which will be done for sounds of unknown length. */
pageDataBufferJob.pageDataBuffer.pInitNotification=pJob->loadDataBuffer.pInitNotification;/* <-- Set this to the init notification so that the PAGE_DATA_BUFFER job can signal it at the end of decoding. Only needed for sounds of unknown length. */
/*
These members are all set after the last page has been decoded. The reason for this is that the application should not be attempting to
/* If it was an unknown length, we can finally initialize the connector. For sounds of a known length, the connector was initialized when the first page was decoded in MA_JOB_LOAD_DATA_BUFFER. */
/* We need to set the status of the page so other things can know about it. We can only change the status away from MA_BUSY. If it's anything else it cannot be changed. */