音频播放

阅读 92

2023-03-02


播放音频

#import <AVFoundation/AVFoundation.h> // 包含音频的头文件

@property (nonatomic, retain) AVAudioPlayer *play;

铁血丹心" ofType:@"mp3"];

    self.play = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:nil];

    [self.play play];

    [_play release];

self.play.volume // 音频的音量

精彩评论(0)

0 0 举报