search for: abs_file_off

Displaying 1 result from an estimated 1 matches for "abs_file_off".

2015 Jun 16
0
Low-level seek routines in libFLAC
...alizes an object of type "struct seek_t" and sets initial lower/upper bounds. */ FLAC_API int FLAC__stream_decoder_seek_prepare(FLAC__StreamDecoder *decoder, FLAC__uint64 target_sample, FLAC__uint64 stream_length); /* This function is called in a loop until we reach the target sample. @abs_file_off On input, it's the current absolute file offset. Upon return, it contains the absolute file offset that user needs to seek to. return 0, if target sample isn't yet reached: user needs to seek to @abs_file_off then call the function again. return -1, if an error occurred. */ FLAC_API in...