Instance Method
インスタンスメソッド
decodeCMTimeMappingForKey:
Returns the Core Media time mapping structure associated with a given key.
与えられたキーと結び付けられたCore Media時間マッピング構造体を返します。
Parameters
パラメータ
key
The key for a CMTimeMapping
structure encoded in the receiver.
このレシーバの中に符号化されるCMTimeMapping
構造体に対するキー。
Return Value
戻り値
The CMTimeMapping
structure associated with key
in the archive.
CMTimeMapping
構造体で、このアーカイブにおいてkey
に対して結び付けられるもの。
See Also
参照
Decoding Core Media Time Structures
Core Media時刻構造体を復号する
- decodeCMTimeForKey:
Returns the Core Media time structure associated with a given key.
与えられたキーと結び付けられたCore Media時間構造体を返します。
- decodeCMTimeRangeForKey:
Returns the Core Media time range structure associated with a given key.
与えられたキーと結び付けられたCore Media時間範囲構造体を返します。
Related Documentation
関連文書
- encodeCMTimeMapping:forKey:
Encodes a given Core Media time mapping structure and associates it with a specified key.
与えられたCore Media時間マッピング構造体を符号化して、それをある指定されたキーと結び付けます。