[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: Prometheus_Audio.pas line 55
type tPrometheusAudio = record |
Freq: Int64; |
Channels: Int64; |
Buffer: Int64; |
Format: Word; |
InitFreq: Boolean; |
InitBuffer: Boolean; |
InitChan: Boolean; |
InitFormat: Boolean; |
Initialized: Boolean; |
end; |