#include <audio_chunk.h>
Definition at line 221 of file audio_chunk.h.
bool audio_chunk::spec_t::equals |
( |
const spec_t & |
v1, |
|
|
const spec_t & |
v2 |
|
) |
| |
|
static |
Definition at line 576 of file audio_chunk.cpp.
577 return v1.sampleRate == v2.sampleRate && v1.chanCount == v2.chanCount && v1.chanMask == v2.chanMask;
bool audio_chunk::spec_t::is_valid |
( |
| ) |
const |
Definition at line 592 of file audio_chunk.cpp.
static bool g_is_valid_sample_rate(t_uint32 p_val)
bool audio_chunk::spec_t::operator!= |
( |
const spec_t & |
other | ) |
const |
|
inline |
Definition at line 227 of file audio_chunk.h.
227 {
return !
equals(*
this, other);}
static bool equals(const spec_t &v1, const spec_t &v2)
bool audio_chunk::spec_t::operator== |
( |
const spec_t & |
other | ) |
const |
|
inline |
Definition at line 226 of file audio_chunk.h.
226 {
return equals(*
this, other);}
static bool equals(const spec_t &v1, const spec_t &v2)
uint32_t audio_chunk::spec_t::chanCount |
uint32_t audio_chunk::spec_t::chanMask |
uint32_t audio_chunk::spec_t::sampleRate |
The documentation for this struct was generated from the following files: