macOS/iOS API解説

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

目次

addImage:forDuration:withAttributes:

**

-(void)addImage:(NSImage *)image:
            forDuration:(QTTime)duration:
            withAttributes:(NSDictionary *)attributes:

解説

画像を追加します。
【attributeキー】
●QTAddImageCodecType
●QTAddImageCodecQuality

返り値

( void )

なし

引数

( NSImage * )image
( QTTime )duration
( NSDictionary * )attributes

クラス

QTTrack

Instance Methods

使用可能

10.4

参照

例文