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
SyntaxPublic Function Attribute (
AttributeID As Object
) As McCaptDevAttribute
Parameters
- AttributeID
- Type: SystemObject
Return Value
Type:
McCaptDevAttributeA McCaptDevAttribute object that can be used to inquire about the attribute, or set its value.
RemarksYou can specify the capture attribute by a numeric ID, or the name of the attribute (as a string).
See Also