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