ma_context_is_loopback_supported function

  1. @Native<ma_bool32 Function(Pointer<ma_context>)>(ffi.Pointer<ma_context>)>()
int ma_context_is_loopback_supported(
  1. Pointer<ma_context> pContext
)

Determines if the given context supports loopback mode.

Parameters

pContext (in) A pointer to the context getting queried.

Return Value

MA_TRUE if the context supports loopback mode; MA_FALSE otherwise.

Implementation

@ffi.Native<ma_bool32 Function(ffi.Pointer<ma_context>)>()
external int ma_context_is_loopback_supported(ffi.Pointer<ma_context> pContext);