Home Units Hierarchy Routines All identifiers

packed record SpeexBits

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type SpeexBits = packed record

Description

 

Overview

Fields

chars: paChar;
nbBits: int32;
charPtr: int32;
bitPtr: int32;
owner: int32;
overflow: int32;
buf_size: int32;
reserved1: int32;
reserved2: uint32;

Description

Fields

chars: paChar;
 
nbBits: int32;

*< "raw" data */

charPtr: int32;

*< Total number of bits stored in the stream*/

bitPtr: int32;

*< Position of the byte "cursor" */

owner: int32;

*< Position of the bit "cursor" within the current char */

overflow: int32;

*< Does the struct "own" the "raw" buffer (member "chars") */

buf_size: int32;

*< Set to one if we try to read past the valid data */

reserved1: int32;

*< Allocated size for buffer */

reserved2: uint32;

*< Reserved for future use */

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09