Is it possible to hear the play/pause button on the headset click?
I was able to hear the clicking of the volume controls using:
AudioSessionAddPropertyListener( kAudioSessionProperty_CurrentHardwareOutputVolume , audioVolumeChangeListenerCallback, self );
But I can't find an AudioSessionProperty for the centre button. What's the way to do that?