AudioDeviceInfoManufacturerId Property |
The manufacturer identification.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint ManufacturerId { get; set; }
Public Property ManufacturerId As UInteger
Get
Set
public:
property unsigned int ManufacturerId {
unsigned int get ();
void set (unsigned int value);
}
member ManufacturerId : uint32 with get, set
Property Value
Type:
UInt32
The identifier of the manufacturer.
See Also