nn::snd::CTR::UpdateHeadphoneStatus Function

Syntax

bool UpdateHeadphoneStatus(
     void
);

Arguments

None.

Return Values

Returns true if inserted.

Description

Updates and gets the headphone state (whether they are inserted or not).

Gets a value indicating whether headphones are currently plugged in and then applies this state to the DSP. Because this function's processing load is not small, use nn::snd::GetHeadphoneStatus when there are no real-time constraints.

Revision History

2010/08/18
Initial version.

CONFIDENTIAL