Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIImagePicker を使用してビデオを録画し、それをディスクに保存する場合、どのファイル形式が使用されますか? 言い換えれば.. ディスク上にファイルがあり、それをサーバーに転送したい場合、どのような MIME タイプを使用すればよいでしょうか?
でビデオを撮るときに使用される形式UIImagePickerControllerは、AppleのQuickTime形式.MOVです。
UIImagePickerController
あなたが探しているMIMEタイプはvideo/quicktime
video/quicktime
お役に立てれば!