* hb_bd_stop *********************************************************************** * **********************************************************************/
| 825 | * |
| 826 | **********************************************************************/ |
| 827 | void hb_bd_stop( hb_bd_t * d ) |
| 828 | { |
| 829 | if( d->stream ) hb_stream_close( &d->stream ); |
| 830 | } |
| 831 | |
| 832 | /*********************************************************************** |
| 833 | * hb_bd_seek |
no test coverage detected