What you have on screen are different things, the first is the track/previous track, and the second is fast forward/rewind by 15 seconds. Now, it's standard items and they don't change, if your app supports rewind inside of a song, then the button will change(to fast to pinch them.).
to fast need to support the following events
UIEventSubtypeRemoteControlBeginseekingbackward,
UIEventSubtypeRemoteControlEndSeekingbackward,
UIEventSubtypeRemoteControlBeginseekingforward,
UIEventSubtypeRemoteControlEndSeekingforward,