Description | Hierarchy | Fields | Methods | Properties |
type unaMpegHeader = packed record
MPEG Audio header.
ID: byte; |
layer: byte; |
protection_bit: byte; |
bitrate_index: byte; |
sampling_frequency: byte; |
padding_bit: byte; |
private_bit: byte; |
mode: byte; |
mode_extension: byte; |
copyright: byte; |
originalCopy: byte; |
emphasis: byte; |
crc: uint16; |
ID: byte; |
layer: byte; |
protection_bit: byte; |
bitrate_index: byte; |
sampling_frequency: byte; |
padding_bit: byte; |
private_bit: byte; |
mode: byte; |
mode_extension: byte; |
copyright: byte; |
originalCopy: byte; |
emphasis: byte; |
crc: uint16; |
optional |
(c) 2012 Lake of Soft