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

encodeCMTime:forKey:

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

Declaration 宣言

- (void)encodeCMTime:(CMTime)time 
              forKey:(NSString *)key;

Parameters パラメータ

time

A CMTime structure. あるCMTime構造体。

key

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

See Also 参照

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

Related Documentation 関連文書