Click or drag to resize

SettingsAttribute Method

Returns a capture attribute of the currently selected device.

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Function Attribute ( 
	AttributeID As Object
) As McCaptDevAttribute

Parameters

AttributeID
Type: SystemObject

Return Value

Type: McCaptDevAttribute
A McCaptDevAttribute object that can be used to inquire about the attribute, or set its value.
Remarks
You can specify the capture attribute by a numeric ID, or the name of the attribute (as a string).
See Also