SNDEXHeadphone

Definition

#include <twl/snd.h>
typedef enum
{
    SNDEX_HEADPHONE_UNCONNECT   =   0,
    SNDEX_HEADPHONE_CONNECT     =   1

} SNDEXHeadphone;

Elements

SNDEX_HEADPHONE_UNCONNECT Headphones are not connected.
SNDEX_HEADPHONE_CONNECT Headphones are connected.

Description

An enumerated type that shows the headphone connection state.

See Also

SNDEX_IsConnectedHeadphoneAsync
SNDEX_IsConnectedHeadphone

Revision History

2008/06/25 Initial version.


CONFIDENTIAL