snd_pcm_format_silence_64 method

int snd_pcm_format_silence_64(
  1. int format
)

Implementation

int snd_pcm_format_silence_64(
  int format,
) {
  return _snd_pcm_format_silence_64(
    format,
  );
}