MMDeviceCollectionItem Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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 Int32
-
Property Value
MMDevice
See Also