MonobjcMonobjc Documented Class Library
SetAttributeForKey Method (attributeforKey, attributeKey)
NamespacesMonobjc.QTKitQTCaptureDeviceSetAttributeForKey(Id, NSString)

Sets a device attribute for the given key.

Original signature is '- (void)setAttribute:(id)attributeforKey :(NSString *)attributeKey'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAttributeForKey(
	Id attributeforKey,
	NSString attributeKey
)
Public Overridable Sub SetAttributeForKey ( _
	attributeforKey As Id, _
	attributeKey As NSString _
)
public:
virtual void SetAttributeForKey(
	Id^ attributeforKey, 
	NSString^ attributeKey
)
Parameters
attributeforKey (Id)
MISSING
attributeKey (NSString)
MISSING
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)