Source position: sndfile.pp line 375
type TSF_BROADCAST_INFO = record |
description: array [0..255] of cchar; |
originator: array [0..31] of cchar; |
originator_reference: array [0..31] of cchar; |
origination_date: array [0..9] of cchar; |
origination_time: array [0..7] of cchar; |
time_reference_low: cint; |
time_reference_high: cint; |
version: cshort; |
umid: array [0..63] of cchar; |
reserved: array [0..189] of cchar; |
coding_history_size: cuint; |
coding_history: array [0..255] of cchar; |
end; |