pub unsafe extern "C" fn iplProbeBatchCreate(
    context: IPLContext,
    probeBatch: *mut IPLProbeBatch
) -> IPLerror
Expand description

Creates an empty probe batch.

\param context The context used to initialize Steam Audio. \param probeBatch [out] The created probe batch.

\return Status code indicating whether or not the operation succeeded.