代码之家  ›  专栏  ›  技术社区  ›  Daniel

将iphone视频发送到服务器

  •  1
  • Daniel  · 技术社区  · 17 年前

    UIImageJPEGRepresentation(UIImage *, )

    2 回复  |  直到 10 年前
        1
  •  0
  •   Stefan Arentz    17 年前

    是的,请参阅UIImagePickerController和UIImagePickerControllerDelegate的3.0文档。具体来说,新的imagePickerController:didFinishPickingMediaWithInfo:委托方法将在用户从相机胶卷中选择电影时调用。

        2
  •  0
  •   Kendall Helmstetter Gelner    17 年前

    它们只是mpeg-4文件,你可以在任何地方结束。它不像图像选择器,你只能得到内存中的图像。