INTERACT FORUM

Windows => Plug-in Development => Topic started by: stevehub on March 26, 2013, 01:09:12 am

Title: m_nLengthMS and m_nLengthBlocks unknown
Post by: stevehub on March 26, 2013, 01:09:12 am
I'm looking at developing an input plug-in that has no way to determine the total length of the audio file (the file is effectively a stream that will continue to grow).

m_nLengthMS and m_nLengthBlocks both default to -1.  If I leave them at -1 can I assume the input will continue to be used until m_bDone is set to true?

Any other issues with CMJFileInfo that I would need to work around?

Thanks..
-Steve