Class IDeviceGrpcClientExtention
- Namespace
- Huddly.Sdk.Extensions
- Assembly
- Huddly.Sdk.dll
public static class IDeviceGrpcClientExtention
- Inheritance
-
IDeviceGrpcClientExtention
- Inherited Members
Methods
IsDeviceFeatureEnabled(ICameraGrpcClient, Feature, int, CancellationToken)
public static Task<bool> IsDeviceFeatureEnabled(this ICameraGrpcClient grpcClient, Feature feature, int timeout_ms = 0, CancellationToken ct = default)
Parameters
grpcClientICameraGrpcClientfeatureFeaturetimeout_msintctCancellationToken
Returns
IsDeviceFeatureSupported(ICameraGrpcClient, DeviceModel, Feature, int, CancellationToken)
[Obsolete("Use GetDeviceFeatures instead. Method will be removed in SDK version 3.")]
public static Task<bool> IsDeviceFeatureSupported(this ICameraGrpcClient grpcClient, DeviceModel model, Feature feature, int timeout_ms = 0, CancellationToken ct = default)
Parameters
grpcClientICameraGrpcClientmodelDeviceModelfeatureFeaturetimeout_msintctCancellationToken