获取视频或图片的最终名称
大家好,我怎样才能得到我录制的图片或视频的最终名称?
干杯
Hey guys , how can I get the final name of a picture or video that I record ?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
大家好,我怎样才能得到我录制的图片或视频的最终名称?
干杯
Hey guys , how can I get the final name of a picture or video that I record ?
Cheers
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
如果您使用 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.