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

decodeTime(forKey:)

Returns the Core Media time structure associated with a given key. 与えられたキーと結び付けられたCore Media時間構造体を返します。

Declaration 宣言

func decodeTime(forKey key: String) -> CMTime

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時刻構造体を復号する

Related Documentation 関連文書