获取视频或图片的最终名称

发布于 2024-11-03 23:02:35 字数 44 浏览 1 评论 0原文

大家好,我怎样才能得到我录制的图片或视频的最终名称?

干杯

Hey guys , how can I get the final name of a picture or video that I record ?

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脸赞 2024-11-10 23:02:35

如果您使用 UIImagePickerController 的 -takePicture 方法拍摄照片,选取器的委托会收到一条 -imagePickerController:didFinishPickingMediaWithInfo: 消息。该方法的 info 参数是一个字典,其中包含图片的 URL 等内容。

If you take the picture with UIImagePickerController's -takePicture method, the picker's delegate gets a -imagePickerController:didFinishPickingMediaWithInfo: message. The info parameter to that method is a dictionary that contains, among other things, the URL of the picture.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文