|
foobar2000 SDK
2015-01-14
|
#include <output.h>
Public Member Functions | |
| t_samplespec () | |
| t_samplespec (audio_chunk const &in) | |
| void | fromchunk (const audio_chunk &p_chunk) |
| bool | is_valid () const |
| bool | operator!= (const t_samplespec &p_spec2) const |
| bool | operator== (const t_samplespec &p_spec2) const |
| void | reset () |
| double | samples_to_time (t_size p_samples) const |
| t_size | time_to_samples (double p_time) const |
Static Public Member Functions | |
| static t_samplespec | g_fromchunk (const audio_chunk &p_chunk) |
Data Fields | |
| t_uint32 | m_channel_config |
| t_uint32 | m_channels |
| t_uint32 | m_sample_rate |
|
inline |
|
inline |
Definition at line 82 of file output.h.
|
inlinestatic |
Definition at line 78 of file output.h.
|
inline |
Definition at line 74 of file output.h.
|
inline |
|
inline |
Definition at line 66 of file output.h.
|
inline |
Definition at line 59 of file output.h.
|
inline |
Definition at line 58 of file output.h.
1.8.9.1