AudioDeviceInfoBuilderSetDeviceType Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.MediaDeviceType
Return Value
Type:
AudioDeviceInfoBuilder
See Also