audioBusHasCheck method

int audioBusHasCheck(
  1. int busId
)
inherited

Implementation

int audioBusHasCheck(
  int busId,
) {
  return _audioBusHasCheck(
    busId,
  );
}