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

decodeTimeRange(forKey:)

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

Declaration 宣言

func decodeTimeRange(forKey key: String) -> CMTimeRange

Parameters パラメータ

key

The key for a CMTimeRange structure encoded in the receiver. このレシーバの中に符号化されるCMTimeRange構造体に対するキー。

Return Value 戻り値

The CMTimeRange structure associated with key in the archive. CMTimeRange構造体で、このアーカイブにおいてkeyに対して結び付けられるもの。

See Also 参照

Decoding Core Media Time Structures Core Media時刻構造体を復号する

Related Documentation 関連文書