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

decodeTimeMapping(forKey:)

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

Declaration 宣言

func decodeTimeMapping(forKey key: String) -> CMTimeMapping

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

Related Documentation 関連文書