MMDeviceCollectionItem Property |
Retrieves a pointer to the specified item in the device collection.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
MMDeviceSee Also