search for: oggz_get_eos

Displaying 2 results from an estimated 2 matches for "oggz_get_eos".

2009 Mar 18
1
liboggz oggz_get_bos, oggz_get_eos
Hi, I was wondering what oggz_get_bos and oggz_get_eos are supposed to do, specifically are they meant to be used in oggz_read mode? The documentation says "Determine if a given logical bitstream is at [bos/eos]". However if get_bos is given a specific serialno it returns that stream's b_o_s flag which, in read mode, is set on initialis...
2013 May 20
0
libfishsound/liboggz: How to properly set e_o_s marker when encoding?
...requires creating my own oggz function in order to gain access to the internal per-stream queues. But before I go that route: a. Is this the best way to accomplish e_o_s handling? b. Is the un-exported oggz_set_eos() function supposed to be used for this purpose? It's there along with oggz_get_eos(), but is undocumented and un-exported. Any helpful insights will be much appreciated. Regards, Bob Ingraham