ZD Screen Recorder SDK API – ScnLib_GetVideoPresetProfile()

ScnLib_GetVideoPresetProfileA/W()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetVideoPresetProfileA(LPSTR pszPreset, LPSTR pszProfile);
__declspec(dllimport) void __stdcall ScnLib_GetVideoPresetProfileW(LPWSTR pwszPreset, LPWSTR pwszProfile);
C# [DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetVideoPresetProfileW(StringBuilder Preset, StringBuilder Profile);
Basic Public Declare Unicode Sub ScnLib_GetVideoPresetProfileW Lib "ScnLib.dll" (ByVal Preset As StringBuilder, ByVal Profile As StringBuilder)
Delphi procedure ScnLib_GetVideoPresetProfileA(Preset: PAnsiChar; Profile: PAnsiChar); stdcall; external 'ScnLib.dll';
procedure ScnLib_GetVideoPresetProfileW(Preset: PWideChar; Profile: PWideChar); stdcall; external 'ScnLib.dll';
  • Description
    Check the current preset and profile settings for the x264 codec.

  • Parameters
    • Preset [out]
      The string buffer allocated to receive the current preset string. Ensure that the buffer has a capacity greater than 30 characters.
    • Profile [out]
      The string buffer allocated to receive the current profile string. Ensure that the buffer has a capacity greater than 30 characters.
  • Return Value
    None.

  • Remarks
    Use this function to check the current preset and profile settings for the x264 codec.

  • See Also
    ScnLib_SetVideoPresetProfileA/W()

Shopping Cart
  • Your cart is empty.
Scroll to Top