nn::dsp::CTR::GetHeadphoneStatus Functionnn::Result GetHeadphoneStatus( bool * isConnected );
| Name | Description | |
|---|---|---|
| out | isConnected | Returns true if connected. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. |
Gets whether headphones are plugged in.
If the return value is other than ResultSuccess, the value of *isConnected will be undefined.
ResultSuccess.CONFIDENTIAL