42 #define XMMS_SAMPLES8_MIN -128
43 #define XMMS_SAMPLES8_MAX 127
45 #define XMMS_SAMPLEU8_MAX 255
47 #define XMMS_SAMPLES16_MIN -32768
48 #define XMMS_SAMPLES16_MAX 32767
50 #define XMMS_SAMPLEU16_MAX 65535
52 #define XMMS_SAMPLES32_MIN (-2147483647L-1)
53 #define XMMS_SAMPLES32_MAX 2147483647L
55 #define XMMS_SAMPLEU32_MAX 4294967295UL
88 static inline gboolean
108 static inline const gchar *
guint xmms_sample_bytes_to_ms(const xmms_stream_type_t *st, guint samples)
Convert from bytes to milliseconds for this format.
gfloat xmms_samplefloat_t
gdouble xmms_sampledouble_t
struct xmms_sample_converter_St xmms_sample_converter_t
@ XMMS_SAMPLE_FORMAT_DOUBLE
@ XMMS_SAMPLE_FORMAT_FLOAT
@ XMMS_SAMPLE_FORMAT_UNKNOWN
struct xmms_stream_type_St xmms_stream_type_t