LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
VideoDevices Class Members
See Also  Properties  Methods 
Leadtools.Multimedia Namespace : VideoDevices Class

The following tables list the members exposed by VideoDevices.

Public Properties

 NameDescription
public Property CountGets the number of items contained in the collection. (Inherited from Leadtools.Multimedia.Devices)
public Property CurrentGets the current item in the collection. (Inherited from Leadtools.Multimedia.Devices)
public Property IsReadOnlyGets a value indicating whether the collection is read-only. (Inherited from Leadtools.Multimedia.Devices)
public Property ItemOverloaded. Gets the Device item at the specified index. (Inherited from Leadtools.Multimedia.Devices)
public Property SelectionGets or sets the zero-based index of the currently selected Device item. (Inherited from Leadtools.Multimedia.Devices)
Top

Public Methods

 NameDescription
public Method ContainsDetermines whether a collection contains a specified Device item. (Inherited from Leadtools.Multimedia.Devices)
public Method CopyToCopies the items of the collection to a Device array, starting at a specified array index. (Inherited from Leadtools.Multimedia.Devices)
public Method GetEnumeratorReturns an enumerator that iterates through the collection (Inherited from Leadtools.Multimedia.Devices)
public Method IndexOfOverloaded. Determines the index of a specific Device item in the list. (Inherited from Leadtools.Multimedia.Devices)
public Method MoveNextAdvances the enumerator to the next element of the collection. (Inherited from Leadtools.Multimedia.Devices)
public Method RefreshRefreshes the device collection. (Inherited from Leadtools.Multimedia.Devices)
public Method ResetSets the enumerator to its initial position. The initial position is before the first element in the collection. (Inherited from Leadtools.Multimedia.Devices)
Top

See Also