Minimum number of buffers if you plan to own more than one buffer at a time, 0 or 1 otherwise
注釈
You should always release buffers as fast as possible, therefore this heuristic should be used only when dealing with special contraints, like drivers or hardware that require more than one buffer at a time.
Also, this is only a heuristic: it does not guarantee that data will be ready when calling AK::IAkAutoStream::GetBuffer().