Changeset 825:e8de49ad731e in roaraudio for include/libroar/cdrom.h


Ignore:
Timestamp:
09/19/08 02:18:06 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added struct roar_cdrom_title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/cdrom.h

    r824 r825  
    5656}; 
    5757 
     58struct roar_cdrom_title { 
     59 int track;                 // 0..n, -1 = unset/end of list 
     60 uint32_t start;            // offset in samples 
     61 uint32_t length;           // length in samples 
     62}; 
     63 
    5864int roar_cdrom_open (struct roar_connection * con, struct roar_cdrom * cdrom, char * device); 
    5965int roar_cdrom_close(struct roar_cdrom * cdrom); 
Note: See TracChangeset for help on using the changeset viewer.