macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

iPhone3.1

videoEditorControllerDidCancel:

-(void)videoEditorControllerDidCancel:(UIVideoEditorController *)editor 解説 (void)videoEditorControllerDidCancel:(UIVideoEditorController *)editor 返り値 ( void ) 引数 ( UIVideoEditorController * )editor フレームワーク UIKit クラス UIVide…

videoEditorController:didSaveEditedVideoToPath:

-(void)videoEditorController:(UIVideoEditorController *)editor didSaveEditedVideoToPath:(NSString *)editedVideoPath 解説 (void)videoEditorController:(UIVideoEditorController *)editor didSaveEditedVideoToPath:(NSString *)editedVideoPath 返…

videoEditorController:didFailWithError:

-(void)videoEditorController:(UIVideoEditorController *)editor didFailWithError:(NSError *)error 解説 (void)videoEditorController:(UIVideoEditorController *)editor didFailWithError:(NSError *)error 返り値 ( void ) 引数 ( UIVideoEditorContr…

canEditVideoAtPath:

+(BOOL)canEditVideoAtPath:(NSString *)videoPath 解説 返り値 ( BOOL ) 引数 ( NSString * )videoPath フレームワーク UIKit クラス UIVideoEditorController Instance Methods 使用可能 iPhone3.1 参照 例文

videoPath

編集用のビデオのファイルパス @property(nonatomic, copy) NSString *videoPath 解説 フレームワーク UIKit クラス UIVideoEditorController Property 使用可能 iPhone3.1 参照 例文

videoMaximumDuration

解説 @property(nonatomic) NSTimeInterval videoMaximumDuration 返り値 引数 フレームワーク UIKit クラス UIVideoEditorController Property 使用可能 iPhone3.1 参照 例文

解説 @property(nonatomic,assign) id delegate 返り値 引数 フレームワーク UIKit クラス UIVideoEditorController Notification 使用可能 iPhone3.1 参照

UIImagePickerControllerQualityType

解説 enum { UIImagePickerControllerQualityTypeHigh, UIImagePickerControllerQualityTypeMedium, UIImagePickerControllerQualityTypeLow }; typedef NSUInteger UIImagePickerControllerQualityType; 返り値 引数 フレームワーク UIKit クラス UIImagePi…

takePicture

解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIImagePickerController Instance Methods 使用可能 iPhone3.1 参照 例文

videoQuality

解説 @property(nonatomic) UIImagePickerControllerQualityType videoQuality 返り値 ( UIImagePickerControllerQualityType ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

videoMaximumDuration

ビデオ撮影の最大長 解説 @property(nonatomic) NSTimeInterval videoMaximumDuration 返り値 ( NSTimeInterval ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

showsCameraControls

解説 @property(nonatomic) BOOL showsCameraControls 返り値 ( BOOL ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

cameraViewTransform

カメラ画像の変形を行います。 解説 @property(nonatomic) CGAffineTransform cameraViewTransform 返り値 ( CGAffineTransform ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

cameraOverlayView

解説 @property(nonatomic,retain) UIView *cameraOverlayView 返り値 ( UIView * ) 引数 フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文

allowsEditing

編集可能かどうか @property(nonatomic) BOOL allowsEditing 解説 @property(nonatomic) BOOL allowsEditing 返り値 ( BOOL ) フレームワーク UIKit クラス UIImagePickerController Property 使用可能 iPhone3.1 参照 例文