How to Get or Create a Unique Audio CD Volume LabelLast reviewed: February 29, 1996Article ID: Q147654 |
The information in this article applies to:
SUMMARYPart of the Multimedia standard calls for all Audio CDs to have a unique volume identifier following a specific (suggested) format of:
XXXX-#####XXXX is the alpha vendor code, and ##### is a five-digit unique number for the CD. This information is stored on the inner track of the CD and is also usually etched on the inner edge of the inside ring of the CD. Not all manufacturers have a unique volume identifier, nor do all follow this standard volume label format. Although this is a standard, at this time the MultiMedia Application Programming Interface (API) does not have a built-in function that will retrieve this information. This article shows you how to retrieve or create this information programmatically.
MORE INFORMATIONIn order to retrieve the unique volume identifier from the CD, you need to call MSCDEX directly. The information on how to do this is contained within the MSCDEX 2.20 specification. Because some manufacturers aren't including this unique identifier on their CDs, Microsoft recommends that you create a unique volume identifying number based on the track information already included on the CD. The following example shows you how.
Step-by-Step ExampleThis example shows a method for creating a unique number to identify an audio CD based on track information. The purpose of this number is to make it possible for Visual Basic programs to recognize a loaded CD and retrieve information from it.
REFERENCESFor more information, see the MultiMedia Programmer's Reference, CDAudio
|
Additional reference words: 4.00 vb4win
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |