CDROM_AUDIO_CONTROL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddcdrm.h

typedef struct _CDROM_AUDIO_CONTROL {
  UCHAR  LbaFormat;
  USHORT LogicalBlocksPerSecond;
} CDROM_AUDIO_CONTROL, *PCDROM_AUDIO_CONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddcdrm-_cdrom_audio_control)

_CDROM_AUDIO_CONTROL structure

Description

The CDROM_AUDIO_CONTROL structure is used in conjunction with the IOCTL_CDROM_GET_CONTROL request to report the audio playback mode.

Members

LbaFormat

Contains the logical block address (LBA) format.

LogicalBlocksPerSecond

Contains the number of logical blocks per second.

See also

IOCTL_CDROM_GET_CONTROL