Revise play_audio_msf for start/end as it should be.
_cdio_*driver*.c -> *driver*.c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* -*- c -*-
|
||||
$Id: audio.h,v 1.4 2005/03/05 09:11:44 rocky Exp $
|
||||
$Id: audio.h,v 1.5 2005/03/05 09:26:52 rocky Exp $
|
||||
|
||||
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
@@ -83,7 +83,9 @@ extern "C" {
|
||||
|
||||
@param p_cdio the CD object to be acted upon.
|
||||
*/
|
||||
driver_return_code_t cdio_audio_play_msf (CdIo_t *p_cdio, msf_t *p_msf);
|
||||
driver_return_code_t cdio_audio_play_msf (CdIo_t *p_cdio,
|
||||
msf_t *p_start_msf,
|
||||
msf_t *p_end_msf);
|
||||
|
||||
/*!
|
||||
Playing CD through analog output at the desired track and index
|
||||
|
||||
Reference in New Issue
Block a user