Share via


DVD_ISRC

This structure contains International Standard Recording Code (ISRC) information.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.

See Also

IDVDStreamControlInfo::GetRecordingVideoInfo | IDVDStreamControlInfo::GetRecordingAudioInfo | IDVDStreamControlInfo::GetRecordingSubpictureInfo

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.