DVD_ISRC (Windows Embedded CE 6.0)
1/6/2010
This structure contains International Standard Recording Code (ISRC) information.
Syntax
typedef struct {
UINT8 valid;
UINT8 countryCode[2];
UINT8 copyrightHolder[3];
UINT8 bcdYear;
UINT8 bcdNumber[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
Header | dvdata.h, dvdata.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
DVD-Video API Structures
IDVDStreamControlInfo::GetRecordingVideoInfo
IDVDStreamControlInfo::GetRecordingAudioInfo
IDVDStreamControlInfo::GetRecordingSubpictureInfo