Add get_discmode to return what kind of CD or DVD we've got. This is
no where near finished. In fact I just started it on GNU/Linux. CD-TEXT on GNU/Linux: turn "warning" into "info". Reduce the chance of error (although we still don't get the CD-TEXT.)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: cdio_private.h,v 1.30 2004/07/17 22:16:47 rocky Exp $
|
||||
$Id: cdio_private.h,v 1.31 2004/07/21 10:19:21 rocky Exp $
|
||||
|
||||
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
@@ -82,6 +82,11 @@ extern "C" {
|
||||
*/
|
||||
char * (*get_default_device)(void);
|
||||
|
||||
/*!
|
||||
Get disc mode associated with cd_obj.
|
||||
*/
|
||||
discmode_t (*get_discmode) (void *env);
|
||||
|
||||
/*!
|
||||
Return the what kind of device we've got.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user