foobar2000 SDK
2015-08-03
|
#include <output.h>
Public Member Functions | |
t_pcmspec () | |
t_pcmspec (const t_pcmspec &p_source) | |
unsigned | align () const |
double | bytes_to_time (t_size p_bytes) const |
bool | is_valid () const |
bool | operator!= (const t_pcmspec &p_spec2) const |
bool | operator== (const t_pcmspec &p_spec2) const |
void | reset () |
t_size | time_to_bytes (double p_time) const |
Data Fields | |
unsigned | m_bits_per_sample |
unsigned | m_channel_config |
unsigned | m_channels |
bool | m_float |
unsigned | m_sample_rate |
Structure describing PCM audio data format, with basic helper functions.
|
inline |
|
inline |
|
inline |
Definition at line 46 of file output.h.
|
inline |
|
inline |
|
inline |
Definition at line 45 of file output.h.
|
inline |
Definition at line 28 of file output.h.