ScnLib_GetMicrophoneDelay()

ScnLib_GetMicrophoneDelay()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) int __stdcall ScnLib_GetMicrophoneDelay(void);
C# [DllImport("ScnLib.dll")] public static extern int ScnLib_GetMicrophoneDelay();
Basic Public Declare Function ScnLib_GetMicrophoneDelay Lib "ScnLib.dll" () As Int32
Delphi function ScnLib_GetMicrophoneDelay(): Integer; stdcall; external 'ScnLib.dll';
  • Description
    Retrieve the currently set microphone delay time.

  • Parameters
    None.

  • Return Value
    The currently set delay time for your microphone, expressed in milliseconds.

  • Remarks
    Use this function to retrieve the currently set microphone delay time, which is set based on your input via ScnLib_SetMicrophoneDelay(). This value is not detected by the SDK itself, as there isn't a reliable method to check if your microphone experiences any latency.

  • See Also
    ScnLib_SetMicrophoneDelay()

Try the SDK for FREE SDK APIs overview