MonobjcMonobjc Documented Class Library
AttributeForKey Method (attributeKey)
NamespacesMonobjc.QTKitQTTrackAttributeForKey(NSString)

Returns the current value of an attribute of a QTTrack object.

Original signature is '- (id)attributeForKey:(NSString *)attributeKey'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id AttributeForKey(
	NSString attributeKey
)
Public Overridable Function AttributeForKey ( _
	attributeKey As NSString _
) As Id
public:
virtual Id^ AttributeForKey(
	NSString^ attributeKey
)
Parameters
attributeKey (NSString)
An NSString object that specifies the attribute to be read; pass strings like QTTrackTimeScaleAttribute or QTTrackVolumeAttribute.
Return Value
An NSObject that is the value of the specified attribute key.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)