Instance Method インスタンスメソッド

encodeCMTimeRange:forKey:

Encodes a given Core Media time range structure and associates it with a specified key. 与えられたCore Media時間範囲構造体を符号化して、それをある指定されたキーと結び付けます。

Declaration 宣言

- (void)encodeCMTimeRange:(CMTimeRange)timeRange 
                   forKey:(NSString *)key;

Parameters パラメータ

timeRange

A CMTimeRange structure. あるCMTimeRange構造体。

key

The key with which to associate timeRange in the archive. それとtimeRangeをこのアーカイブにおいて結びつけることになるキー。

See Also 参照

Encoding Core Media Time Structures Core Media時刻構造体を符号化する

Related Documentation 関連文書