Decodes an SMPTETime structure encoded by the receiver for the given key.
Original signature is '- (SMPTETime)decodeSMPTETimeForKey:(NSString *)key'
Available in 5 and later.

C# | Visual Basic | Visual C++ |
<ExtensionAttribute> _ Public Shared Function DecodeSMPTETimeForKey ( _ __target As NSCoder, _ key As NSString _ ) As SMPTETime
[ExtensionAttribute] public: static SMPTETime DecodeSMPTETimeForKey( NSCoder^ __target, NSString^ key )

[Missing <returns> documentation for "M:Monobjc.QTKit.NSCoder_QTKitAdditions.DecodeSMPTETimeForKey(Monobjc.Foundation.NSCoder,Monobjc.Foundation.NSString)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSCoder. When you use instance method syntax to call this method, omit the first parameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)