IRawCDImageTrackInfo interface (imapi2.h)

Use this interface to track per-track properties that are applied to CD media.

Inheritance

The IRawCDImageTrackInfo interface inherits from the IDispatch interface. IRawCDImageTrackInfo also has these types of members:

Methods

The IRawCDImageTrackInfo interface has these methods.

 
IRawCDImageTrackInfo::get_AudioHasPreemphasis

Retrieves the value that specifies if an audio track has an additional pre-emphasis added to the audio data.
IRawCDImageTrackInfo::get_DigitalAudioCopySetting

Retrieves the value for the bit that represents the current digital audio copy setting on the resulting media. Please see the IMAPI_CD_TRACK_DIGITAL_COPY_SETTING enumeration for possible values.
IRawCDImageTrackInfo::get_ISRC

Retrieves the International Standard Recording Code (ISRC) currently associated with the track. This property value defaults to NULL (or a zero-length string) and may only be set for tracks containing audio data.
IRawCDImageTrackInfo::get_SectorCount

Retrieves the number of user sectors in this track.
IRawCDImageTrackInfo::get_SectorType

Retrieves the type of data provided for the sectors in this track. For more detail on the possible sector types, see IMAPI_CD_SECTOR_TYPE.
IRawCDImageTrackInfo::get_StartingLba

Retrieves the LBA of the first user sectors in this track.
IRawCDImageTrackInfo::get_TrackIndexes

Retrieves the one-based index of the tracks on the disc.
IRawCDImageTrackInfo::get_TrackNumber

Retrieves the track number for this track.
IRawCDImageTrackInfo::put_AudioHasPreemphasis

Sets the value that specifies if an audio track has an additional pre-emphasis added to the audio data prior to being written to CD.
IRawCDImageTrackInfo::put_DigitalAudioCopySetting

Sets the digital audio copy "Allowed" bit to one of three values on the resulting media. Please see the IMAPI_CD_TRACK_DIGITAL_COPY_SETTING enumeration for additional information on each possible value.
IRawCDImageTrackInfo::put_ISRC

Sets the International Standard Recording Code (ISRC) currently associated with the track. This property value defaults to NULL (or a zero-length string) and may only be set for tracks containing audio data.

Remarks

This interface is supported in Windows Server 2003 with Service Pack 1 (SP1), Windows XP with Service Pack 2 (SP2), and Windows Vista via the Windows Feature Pack for Storage. All features provided by this update package are supported natively in Windows 7 and Windows Server 2008 R2.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2.h

See also

IMAPI_CD_SECTOR_TYPE

IMAPI_CD_TRACK_DIGITAL_COPY_SETTING