nn::snd::CTR::SetVoiceDropMode Function

Syntax

void SetVoiceDropMode(
     VoiceDropMode mode
);

Arguments

Name Description
in mode Mode

Return Values

None.

Description

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.

Revision History

2011/10/04
Initial version.

CONFIDENTIAL