Corrected outdated references to function name burn_get_media_product_id()
This commit is contained in:
parent
70d5101d12
commit
e241ebde16
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2015.03.08.073635"
|
#define Cdrskin_timestamP "2015.05.17.083420"
|
||||||
|
@ -190,7 +190,7 @@ Via libburn these manufacturer and media ids can be retrieved by API call
|
|||||||
burn_disc_get_media_id() as a single printable word product_id and as two
|
burn_disc_get_media_id() as a single printable word product_id and as two
|
||||||
printable words media_code1, media_code2. The latter can be translated into
|
printable words media_code1, media_code2. The latter can be translated into
|
||||||
a manufacturer company name by API call burn_guess_manufacturer().
|
a manufacturer company name by API call burn_guess_manufacturer().
|
||||||
(Both calls work for CD, too. burn_get_media_product_id() eventually calls
|
(Both calls work for CD, too. burn_disc_get_media_id() eventually calls
|
||||||
burn_disc_read_atip().)
|
burn_disc_read_atip().)
|
||||||
|
|
||||||
|
|
||||||
@ -1186,7 +1186,7 @@ TYG11 TAIYO YUDEN DVD-R DL 8x
|
|||||||
TYG-BD Y01 TAIYO YUDEN Co., Ltd. 1-2X LTH [Blu]
|
TYG-BD Y01 TAIYO YUDEN Co., Ltd. 1-2X LTH [Blu]
|
||||||
TYG-BD Y03 TAIYO YUDEN Co., Ltd. 1-4X LTH [Blu]
|
TYG-BD Y03 TAIYO YUDEN Co., Ltd. 1-4X LTH [Blu]
|
||||||
|
|
||||||
"UmeDisc Ltd. HK"
|
"UmeDisc Limited"
|
||||||
UMEDISC DL1 Elite DVD+R DL [User report feb 2012]
|
UMEDISC DL1 Elite DVD+R DL [User report feb 2012]
|
||||||
|
|
||||||
"Unifino Inc."
|
"Unifino Inc."
|
||||||
|
@ -1563,7 +1563,7 @@ int burn_disc_get_media_id(struct burn_drive *d,
|
|||||||
/** Guess the name of a manufacturer by profile number, manufacturer code
|
/** Guess the name of a manufacturer by profile number, manufacturer code
|
||||||
and media code. The profile number can be obtained by
|
and media code. The profile number can be obtained by
|
||||||
burn_disc_get_profile(), the other two parameters can be obtained as
|
burn_disc_get_profile(), the other two parameters can be obtained as
|
||||||
media_code1 and media_code2 by burn_get_media_product_id().
|
media_code1 and media_code2 by burn_disc_get_media_id().
|
||||||
@param profile_no Profile number (submit -1 if not known)
|
@param profile_no Profile number (submit -1 if not known)
|
||||||
@param manuf_code Manufacturer code from media (e.g. "RICOHJPN")
|
@param manuf_code Manufacturer code from media (e.g. "RICOHJPN")
|
||||||
@param media_code Media ID code from media (e.g. "W11")
|
@param media_code Media ID code from media (e.g. "W11")
|
||||||
|
Loading…
Reference in New Issue
Block a user