audio.h: doxygenation
Address, Copyright change.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* -*- c -*-
|
/* -*- c -*-
|
||||||
$Id: audio.h,v 1.10 2005/03/21 09:19:06 rocky Exp $
|
$Id: audio.h,v 1.11 2007/03/16 15:32:48 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2005, 2007 Rocky Bernstein <rocky@gnu.org>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -53,13 +53,13 @@ extern "C" {
|
|||||||
} cdio_audio_volume_t;
|
} cdio_audio_volume_t;
|
||||||
|
|
||||||
|
|
||||||
/* This struct is used by the CDROMPLAYTRKIND ioctl */
|
/*! This struct is used by the CDROMPLAYTRKIND ioctl */
|
||||||
typedef struct cdio_track_index_s
|
typedef struct cdio_track_index_s
|
||||||
{
|
{
|
||||||
uint8_t i_start_track; /* start track */
|
uint8_t i_start_track; /**< start track */
|
||||||
uint8_t i_start_index; /* start index */
|
uint8_t i_start_index; /**< start index */
|
||||||
uint8_t i_end_track; /* end track */
|
uint8_t i_end_track; /**< end track */
|
||||||
uint8_t i_end_index; /* end index */
|
uint8_t i_end_index; /**< end index */
|
||||||
} cdio_track_index_t;
|
} cdio_track_index_t;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* -*- c -*-
|
/* -*- c -*-
|
||||||
$Id: read.h,v 1.12 2007/02/25 15:58:31 rocky Exp $
|
$Id: read.h,v 1.13 2007/03/16 15:32:48 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2005, 2006 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2005, 2006, 2007 Rocky Bernstein <rocky@gnu.org>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -43,7 +43,7 @@ extern "C" {
|
|||||||
CDIO_READ_MODE_M1F1, /**< Mode 1 Form 1 */
|
CDIO_READ_MODE_M1F1, /**< Mode 1 Form 1 */
|
||||||
CDIO_READ_MODE_M1F2, /**< Mode 1 Form 2 */
|
CDIO_READ_MODE_M1F2, /**< Mode 1 Form 2 */
|
||||||
CDIO_READ_MODE_M2F1, /**< Mode 2 Form 1 */
|
CDIO_READ_MODE_M2F1, /**< Mode 2 Form 1 */
|
||||||
CDIO_READ_MODE_M2F2, /**< Mode 2 Form 2 */
|
CDIO_READ_MODE_M2F2 /**< Mode 2 Form 2 */
|
||||||
} cdio_read_mode_t;
|
} cdio_read_mode_t;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Reference in New Issue
Block a user