Record TOggVorbis_File
Hierarchy Methods Properties
Unit
ok_vorbisfile
Declaration
type TOggVorbis_File = record
Description
Overview
Fields
Description
Fields
seekable: Cint; |
* Pointer to a FILE *, etc. *
|
vi: Pvorbis_info; |
* overloaded to maintain binary compatability; x2 size, stores both beginning and end values *
|
pcm_offset: Int64; |
* Decoding working state local storage *
|
vd: Tvorbis_dsp_state; |
* take physical pages, weld into a logical stream of packets *
|
vb: Tvorbis_block; |
* central working state for the packet->PCM decoder *
|
callbacks: Tov_callbacks; |
* local working space for packet->PCM decode *
|
|