MMDeviceDumpPropertyValues Method |
Retrieves the keys-value pair of the COM properties.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic List<string> DumpPropertyValues()
Public Function DumpPropertyValues As List(Of String)
public:
List<String^>^ DumpPropertyValues()
member DumpPropertyValues : unit -> List<string>
Return Value
Type:
ListString
See Also