macOS/iOS API解説

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

目次

UIVideoEditorController

UIVideoEditorControllerクラス

INDEX>UIKit>apple 継承 UINavigationController : UIViewController : UIResponder : NSObject 準拠 NSCoding (UIViewController) UIAppearanceContainer (UIViewController) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framewo…

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 参照