void SetVoiceDropMode(
VoiceDropMode mode
);
| Name | Description | |
|---|---|---|
| in | mode |
Mode |
Sets the mode to use for voice drop handling.
VOICE_DROP_MODE_DEFAULT controls the processing load based on forecast values only. VOICE_DROP_MODE_REAL_TIME controls the processing load while referring to the actual processing load in addition to forecast values.
If VOICE_DROP_MODE_REAL_TIME is specified in the argument, you must use nn::snd::CTR::SetOutputBufferCount to set a value greater than two for the number of buffers.
CONFIDENTIAL