2011-08-30 87 views

回答

0

这对我的作品

here musicPlayer is MPMusicPlayerController 

    [self setMusicPlayer: [MPMusicPlayerController applicationMusicPlayer]]; 

    // By default, an application music player takes on the shuffle and repeat modes 

    //  of the built-in iPod app. Here they are both turned off. 

    [musicPlayer setShuffleMode: MPMusicShuffleModeOff]; 

    [musicPlayer setRepeatMode: MPMusicRepeatModeNone]; 
相关问题