#include "musepack/musepack.h"#include "musepack/internal.h"Go to the source code of this file.
Functions | |
| void | mpc_streaminfo_init (mpc_streaminfo *si) |
| mpc_int32_t | mpc_streaminfo_read (mpc_streaminfo *si, mpc_reader *r) |
| double | mpc_streaminfo_get_length (mpc_streaminfo *si) |
| mpc_int64_t | mpc_streaminfo_get_length_samples (mpc_streaminfo *si) |
Definition in file streaminfo.c.
|
|
Gets length of stream si, in seconds.
Definition at line 263 of file streaminfo.c. References mpc_streaminfo_get_length_samples(). |
|
|
Returns length of stream si, in samples.
Definition at line 270 of file streaminfo.c. Referenced by mpc_streaminfo_get_length(). |
|
|
Initializes a streaminfo structure.
Definition at line 56 of file streaminfo.c. |
|
||||||||||||
|
Reads streaminfo header from the mpc stream supplied by r.
Definition at line 202 of file streaminfo.c. |
1.4.1