MMDeviceEnumeratorGetDefaultAudioEndpoint Method |
Retrieves the default audio endpoint for the specified data-flow direction and role.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MMDevice GetDefaultAudioEndpoint(
EDataFlow dataFlow,
ERole role
)
Public Function GetDefaultAudioEndpoint (
dataFlow As EDataFlow,
role As ERole
) As MMDevice
public:
MMDevice^ GetDefaultAudioEndpoint(
EDataFlow dataFlow,
ERole role
)
member GetDefaultAudioEndpoint :
dataFlow : EDataFlow *
role : ERole -> MMDevice
Parameters
- dataFlow
- Type: Ozeki.MediaEDataFlow
- role
- Type: Ozeki.MediaERole
Return Value
Type:
MMDeviceSee Also