* hb_stream_chapter *********************************************************************** * Return the number of the chapter that we are currently in. We store * the chapter number starting from 0, so + 1 for the real chapter num. **********************************************************************/
| 1825 | * the chapter number starting from 0, so + 1 for the real chapter num. |
| 1826 | **********************************************************************/ |
| 1827 | int hb_stream_chapter( hb_stream_t * src_stream ) |
| 1828 | { |
| 1829 | return( src_stream->chapter ); |
| 1830 | } |
| 1831 | |
| 1832 | /*********************************************************************** |
| 1833 | * hb_stream_seek |