美文网首页
获取本地视频 音频路径

获取本地视频 音频路径

作者: 赤焰军少帅林殊 | 来源:发表于2017-12-02 09:58 被阅读15次

    1 文件放在工程文件中

       NSString *videoPath1 = [[NSBundle mainBundle]pathForResource:@"2" ofType:@"mp3"];
        NSURL *recordedTmpFile = [NSURL fileURLWithPath:videoPath1];
    

    2文件放在bundle文件中 再放在工程文件里面

         NSString *videoPath1 = [[NSBundle mainBundle]pathForResource:@"sound" ofType:@"bundle"];
          NSString *mp4string= [videoPath1 stringByAppendingPathComponent:@"1.mp3"];
    
    

    相关文章

      网友评论

          本文标题:获取本地视频 音频路径

          本文链接:https://www.haomeiwen.com/subject/jxtnbxtx.html