AudioDeviceInfoBuilderSetDeviceType Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic AudioDeviceInfoBuilder SetDeviceType(
DeviceType deviceType
)
Public Function SetDeviceType (
deviceType As DeviceType
) As AudioDeviceInfoBuilder
public:
AudioDeviceInfoBuilder^ SetDeviceType(
DeviceType deviceType
)
member SetDeviceType :
deviceType : DeviceType -> AudioDeviceInfoBuilder
Parameters
- deviceType DeviceType
-
Return Value
AudioDeviceInfoBuilder
See Also