Click or drag to resize
MMDeviceCollection Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMMDeviceCollection

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MMDeviceCollection : IEnumerable<MMDevice>, 
	IEnumerable

The MMDeviceCollection type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Top
Extension Methods
Properties
  NameDescription
Public propertyCount
Retrieves a count of the devices in the device collection.
Public propertyItem
Retrieves a pointer to the specified item in the device collection.
Top
See Also