nn::mic::CTR::GetBufferFullEvent FunctionResult GetBufferFullEvent( nn::os::Event * pEvent );
| Name | Description | |
|---|---|---|
| out | pEvent | Manually resetting event that is caused when the buffer is full. |
LEVEL_SUCCESS:SUMMARY_SUCCESS:MODULE_COMMON:DESCRIPTION_SUCCESS. Gets the manually resetting event used to detect when the microphone buffer is full.
The nn::os::Event object is signaled when the amount of data specified by the size argument of the StartSampling member function has been written.
If the StartSampling function's loop argument was set to true, additional data is sampled starting from the offset position, and the nn::os::Event object is signaled again once size bytes of data have been written.
Because this is a manually resetting event, once the event has been signaled you must call nn::os::Event::ClearSignal if you want to retrieve another event.
CONFIDENTIAL