iPhone3.1
-(void)videoEditorControllerDidCancel:(UIVideoEditorController *)editor 解説 (void)videoEditorControllerDidCancel:(UIVideoEditorController *)editor 返り値 ( void ) 引数 ( UIVideoEditorController * )editor フレームワーク UIKit クラス UIVide…
-(void)videoEditorController:(UIVideoEditorController *)editor didSaveEditedVideoToPath:(NSString *)editedVideoPath 解説 (void)videoEditorController:(UIVideoEditorController *)editor didSaveEditedVideoToPath:(NSString *)editedVideoPath 返…
-(void)videoEditorController:(UIVideoEditorController *)editor didFailWithError:(NSError *)error 解説 (void)videoEditorController:(UIVideoEditorController *)editor didFailWithError:(NSError *)error 返り値 ( void ) 引数 ( UIVideoEditorContr…
+(BOOL)canEditVideoAtPath:(NSString *)videoPath 解説 返り値 ( BOOL ) 引数 ( NSString * )videoPath フレームワーク UIKit クラス UIVideoEditorController Instance Methods 使用可能 iPhone3.1 参照 例文
編集用のビデオのファイルパス @property(nonatomic, copy) NSString *videoPath 解説 フレームワーク UIKit クラス UIVideoEditorController Property 使用可能 iPhone3.1 参照 例文
解説 @property(nonatomic) NSTimeInterval videoMaximumDuration 返り値 引数 フレームワーク UIKit クラス UIVideoEditorController Property 使用可能 iPhone3.1 参照 例文
解説 @property(nonatomic,assign) id delegate 返り値 引数 フレームワーク UIKit クラス UIVideoEditorController Notification 使用可能 iPhone3.1 参照
解説 enum { UIImagePickerControllerQualityTypeHigh, UIImagePickerControllerQualityTypeMedium, UIImagePickerControllerQualityTypeLow }; typedef NSUInteger UIImagePickerControllerQualityType; 返り値 引数 フレームワーク UIKit クラス UIImagePi…
解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIImagePickerController Instance Methods 使用可能 iPhone3.1 参照 例文
解説 @property(nonatomic) UIImagePickerControllerQualityType videoQuality 返り値 ( UIImagePickerControllerQualityType ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
ビデオ撮影の最大長 解説 @property(nonatomic) NSTimeInterval videoMaximumDuration 返り値 ( NSTimeInterval ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
解説 @property(nonatomic) BOOL showsCameraControls 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
カメラ画像の変形を行います。 解説 @property(nonatomic) CGAffineTransform cameraViewTransform 返り値 ( CGAffineTransform ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
解説 @property(nonatomic,retain) UIView *cameraOverlayView 返り値 ( UIView * ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文
編集可能かどうか @property(nonatomic) BOOL allowsEditing 解説 @property(nonatomic) BOOL allowsEditing 返り値 ( BOOL ) フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文