Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains International Standard Recording Code (ISRC) information.
typedef struct {UINT8valid;UINT8countryCode[2];UINT8copyrightHolder[3];UINT8bcdYear;UINT8bcdNumber[3];} DVD_ISRC;
Members
valid
Validity flag.See the DVD Specification for Read-Only Disc for further details.
countryCode
Two-element array containing ISRC country/region codes.See the DVD Specification for Read-Only Disc for further details.
copyrightHolder
Three-element array containing ISRC copyright holder codes.See the DVD Specification for Read-Only Disc for further details.
bcdYear
Binary coded decimal (BCD) encoded recording year.See the DVD Specification for Read-Only Disc for further details.
bcdNumber
BCD-encoded recording number.See the DVD Specification for Read-Only Disc for further details.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
See Also
IDVDStreamControlInfo::GetRecordingVideoInfo | IDVDStreamControlInfo::GetRecordingAudioInfo | IDVDStreamControlInfo::GetRecordingSubpictureInfo
Send Feedback on this topic to the authors