NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvstreammux_audio.h File Reference

Go to the source code of this file.

Data Structures

class  GstAudioBatchBufferWrapper
 The GStreamer wrapper code for NvDsBatchBufferWrapper which represent one batched buffer. More...
 

Macros

#define NVSTREAMMUX_BYTES_TO_AUDIOSAMPLESIZE(bytes, channels, bpf)   ((bytes) / ( (channels) * (bpf)))
 
#define NVSTREAMMUX_AUDIOSAMPLESIZE_TO_BYTES(samples, channels, bpf)   ((samples) * (channels) * (bpf))
 

Functions

static void audio_mem_buf_unref_callback (gpointer data)
 

Macro Definition Documentation

◆ NVSTREAMMUX_AUDIOSAMPLESIZE_TO_BYTES

#define NVSTREAMMUX_AUDIOSAMPLESIZE_TO_BYTES (   samples,
  channels,
  bpf 
)    ((samples) * (channels) * (bpf))

Definition at line 33 of file gstnvstreammux_audio.h.

◆ NVSTREAMMUX_BYTES_TO_AUDIOSAMPLESIZE

#define NVSTREAMMUX_BYTES_TO_AUDIOSAMPLESIZE (   bytes,
  channels,
  bpf 
)    ((bytes) / ( (channels) * (bpf)))

Definition at line 30 of file gstnvstreammux_audio.h.

Function Documentation

◆ audio_mem_buf_unref_callback()

static void audio_mem_buf_unref_callback ( gpointer  data)
static