ScnLib_IsRecordAudioSource()

ScnLib_IsRecordAudioSource()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_IsRecordAudioSource(BOOL bPlayback);
C# [DllImport("ScnLib.dll")] public static extern bool ScnLib_IsRecordAudioSource(bool Playback);
Basic Public Declare Function ScnLib_IsRecordAudioSource Lib "ScnLib.dll" (ByVal Playback As Boolean) As Boolean
Delphi function ScnLib_IsRecordAudioSource(Playback: LongBool): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Check whether an audio source is currently active.

  • Parameters
    • Playback [in]
      TRUE: The playback audio source such as speakers and headphones.
      FALSE: The recording audio source such as microphones and line-ins.
  • Return Value
    If an audio source is currently active, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to check whether an audio source is currently activated via ScnLib_RecordAudioSource().

  • See Also
    ScnLib_RecordAudioSource()

Try the SDK for FREE SDK APIs overview