Device-Cdio

 view release on metacpan or  search on metacpan

swig/perlmmc.swg  view on Meta::CPAN

.");
%rename mmc_audio_read_subchannel audio_read_subchannel;

%feature("autodoc",
"Return a string containing the name of the audio state as returned from
 the Q_SUBCHANNEL.
");
%rename mmc_audio_state2str audio_state2str;

/*!
  Eject using MMC commands. If CD-ROM is "locked" we'll unlock it.
  Command is not "immediate" -- we'll wait for the command to complete.
  For a more general (and lower-level) routine, @see mmc_start_stop_media.
*/
//%rename mmc_eject_media eject_media;
int mmc_eject_media(const CdIo_t *p_cdio);
%inline %{
  extern int mmc_eject_media(const CdIo_t *p_cdio);
%}
/*!
  Return a string containing the name of the given feature



( run in 1.153 second using v1.01-cache-2.11-cpan-49f99fa48dc )