MMDeviceCollectionItem Property |
Retrieves a pointer to the specified item in the device collection.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic MMDevice this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As MMDevice
Get
public:
property MMDevice^ default[int index] {
MMDevice^ get (int index);
}
member Item : MMDevice with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
MMDevice
See Also