Click or drag to resize

IMcCaptDevAttributes Interface

Gives access to the capture devices collection object (McCaptDevAttributes).

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcCaptDevAttributes
	Inherits IEnumerable

The IMcCaptDevAttributes type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of attributes in the capture attributes collection.
Public propertyItem
Gets a capture attribute from the capture attributes collection.
Public propertyParent
Gets the parent McCaptDevice object for this McCaptDevAttributes collection
Top
Methods
  NameDescription
Public methodAdd
Adds a McCaptDevAttribute to the McCaptDevAttributes collection.
Public methodGetAttrIDKey
Return the name of an attribute given its attribute ID.
Public methodGetEnumerator
Public methodIsSupported
Provides an easy method to tell whether a capture attribute is supported given the ID or name.
Public methodRemove
Removes a McCaptDevAttribute from the McCaptDevAttributes collection.
Public methodResetToDefault
Sets all attributes in the collection to their default values.
Top
Remarks
This interface implements the capture devices collection.
See Also