Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:streaminfo

214 FLAC_API FLAC__bool FLAC__metadata_get_streaminfo(const char *filename, FLAC__StreamMetadata *streaminfo)
219 FLAC__ASSERT(0 != streaminfo);
224 /* can just copy the contents since STREAMINFO has no internal structure */
225 *streaminfo = *object;
353 off_t first_offset; /* this is the offset to the STREAMINFO block */