Reputation: 1
I used the CREATE_STREAM and NONBLOCKING flags to create a stream in FMOD, and I confirmed that the state was OpenStateReady. However, in the next frame, without calling setPosition or getPosition, the state changed to OpenStateSetPosition.
As a result, I’m unable to change the stream position using setPosition. How can I resolve this issue?
Upvotes: 0
Views: 12