// ksmedia.h
typedef struct tagKS_MPEAUDIOINFO {
DWORD dwFlags;
DWORD dwReserved1;
DWORD dwReserved2;
DWORD dwReserved3;
} KS_MPEGAUDIOINFO, *PKS_MPEGAUDIOINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_MPEGAUDIOINFO structure describes an MPEG audio stream.
dwFlagsSpecifies the time base for audio timestamps. Reject the connection if undefined bits are not 0. The following flag is defined.
| Flag | Meaning |
|---|---|
| KS_MPEGAUDIOINFO_27MhzTimebase | Specifies that PTS and DTS timestamps advance at 27 MHz rather than 90 kHz. |
dwReserved1Must be 0; otherwise, reject the connection.
dwReserved2Must be 0; otherwise, reject the connection.
dwReserved3Must be 0; otherwise, reject the connection.