Instance Method
インスタンスメソッド
encodeCMTimeMapping:forKey:
Encodes a given Core Media time mapping structure and associates it with a specified key.
与えられたCore Media時間マッピング構造体を符号化して、それをある指定されたキーと結び付けます。
Parameters
パラメータ
timeMapping
A CMTimeMapping
structure.
あるCMTimeMapping
構造体。
key
The key with which to associate timeMapping
in the archive.
それとtimeMapping
をこのアーカイブにおいて結びつけることになるキー。
See Also
参照
Encoding Core Media Time Structures
Core Media時刻構造体を符号化する
- encodeCMTime:forKey:
Encodes a given Core Media time structure and associates it with a specified key.
与えられたCore Media時間構造体を符号化して、それをある指定されたキーと結び付けます。
- encodeCMTimeRange:forKey:
Encodes a given Core Media time range structure and associates it with a specified key.
与えられたCore Media時間範囲構造体を符号化して、それをある指定されたキーと結び付けます。
Related Documentation
関連文書
- decodeCMTimeMappingForKey:
Returns the Core Media time mapping structure associated with a given key.
与えられたキーと結び付けられたCore Media時間マッピング構造体を返します。