My Project
MMAL_AUDIO_FORMAT_T Struct Reference

#include <mmal_format.h>

Public Attributes

uint32_t channels
 
uint32_t sample_rate
 
uint32_t bits_per_sample
 
uint32_t block_align
 

Detailed Description

Definition of an audio format. This describes the properties specific to an audio stream

Definition at line 71 of file mmal_format.h.

Member Data Documentation

◆ bits_per_sample

uint32_t MMAL_AUDIO_FORMAT_T::bits_per_sample

Bits per sample

Definition at line 76 of file mmal_format.h.

◆ block_align

uint32_t MMAL_AUDIO_FORMAT_T::block_align

Size of a block of data

Definition at line 77 of file mmal_format.h.

◆ channels

uint32_t MMAL_AUDIO_FORMAT_T::channels

Number of audio channels

Definition at line 73 of file mmal_format.h.

◆ sample_rate

uint32_t MMAL_AUDIO_FORMAT_T::sample_rate

Sample rate

Definition at line 74 of file mmal_format.h.


The documentation for this struct was generated from the following file: