Home Units Hierarchy Routines All identifiers

All Functions and Procedures

Name Unit Description
ACMDRIVERDETAILS_FCCTYPE_AUDIOCODEC unaMsAcmAPI ACMDRIVERDETAILS.fccType

ACMDRIVERDETAILS_FCCTYPE_AUDIOCODEC: the FOURCC used in the fccType field of the ACMDRIVERDETAILS structure to specify that this is an ACM codec designed for audio.

acm_driverAdd unaMsAcmAPI  
acm_driverAddA unaMsAcmAPI  
acm_driverAddW unaMsAcmAPI  
acm_driverClose unaMsAcmAPI  
acm_driverDetails unaMsAcmAPI  
acm_driverDetailsA unaMsAcmAPI  
acm_driverDetailsW unaMsAcmAPI  
acm_driverEnum unaMsAcmAPI  
acm_driverID unaMsAcmAPI  
acm_driverMessage unaMsAcmAPI  
acm_driverOpen unaMsAcmAPI  
acm_driverPriority unaMsAcmAPI  
acm_driverRemove unaMsAcmAPI  
acm_filterChoose unaMsAcmAPI  
acm_filterChooseA unaMsAcmAPI  
acm_filterChooseW unaMsAcmAPI  
acm_filterDetails unaMsAcmAPI  
acm_filterDetailsA unaMsAcmAPI  
acm_filterDetailsW unaMsAcmAPI  
acm_filterEnum unaMsAcmAPI  
acm_filterEnumA unaMsAcmAPI  
acm_filterEnumW unaMsAcmAPI  
acm_filterTagDetails unaMsAcmAPI  
acm_filterTagDetailsA unaMsAcmAPI  
acm_filterTagDetailsW unaMsAcmAPI  
acm_filterTagEnum unaMsAcmAPI  
acm_filterTagEnumA unaMsAcmAPI  
acm_filterTagEnumW unaMsAcmAPI  
acm_formatChoose unaMsAcmAPI  
acm_formatChooseA unaMsAcmAPI  
acm_formatChooseW unaMsAcmAPI  
acm_formatDetails unaMsAcmAPI  
acm_formatDetailsA unaMsAcmAPI  
acm_formatDetailsW unaMsAcmAPI  
acm_formatEnum unaMsAcmAPI  
acm_formatEnumA unaMsAcmAPI  
acm_formatEnumW unaMsAcmAPI  
acm_formatSuggest unaMsAcmAPI  
acm_formatTagDetails unaMsAcmAPI  
acm_formatTagDetailsA unaMsAcmAPI  
acm_formatTagDetailsW unaMsAcmAPI  
acm_formatTagEnum unaMsAcmAPI  
acm_formatTagEnumA unaMsAcmAPI  
acm_formatTagEnumW unaMsAcmAPI  
acm_getVersion unaMsAcmAPI the ACM version is a 32 bit number that is broken into three parts as follows:

bits 24 - 31: 8 bit _major_ version number bits 16 - 23: 8 bit _minor_ version number bits 0 - 15: 16 bit build number

this is then displayed as follows:

bMajor = (BYTE)(dwVersion >> 24) bMinor = (BYTE)(dwVersion >> 16) & wBuild = LOWORD(dwVersion)

acm_metrics unaMsAcmAPI  
acm_streamClose unaMsAcmAPI  
acm_streamConvert unaMsAcmAPI  
acm_streamMessage unaMsAcmAPI  
acm_streamOpen unaMsAcmAPI  
acm_streamPrepareHeader unaMsAcmAPI  
acm_streamReset unaMsAcmAPI  
acm_streamSize unaMsAcmAPI  
acm_streamUnprepareHeader unaMsAcmAPI  
acquire32 unaUtils Acquires an object (interger counter) and returns true if counter was 0 exactly at this acquisition attempt.
acquire32Exclusive unaUtils Tries to acquire an object (interger counter).
acquire32NE unaUtils Acquires an object (interger counter).
acquire32NonExclusive unaUtils Acquires an object (interger counter).
addBackSlash unaUtils Ensures you can safely add a file name to the given path.
addr2str unaSockets Converts socket address to string.
adjust unaUtils Adjusts a string length to the len value, by adding additional character at the beginning (left = true) or at the end (left = false) of the string.
adpcm_allocbuf_decode unaADPCM  
adpcm_allocbuf_encode unaADPCM  
adpcm_decode unaADPCM  
adpcm_encode unaADPCM  
adpcm_init unaADPCM  
alaw_compress unaG711 ==========================================================================

FUNCTION NAME: alaw_compress

DESCRIPTION: ALaw encoding rule according ITU-T Rec.

alaw_expand unaG711 ==========================================================================

FUNCTION NAME: alaw_expand

DESCRIPTION: ALaw decoding rule according ITU-T Rec.

align32 unaSocks_RTP Aligns length to 32-bit words: 0 -> 0 1 -> 4 2 -> 4 3 -> 4 4 -> 4 5 -> 8 6 -> 8

allocateWaveFormat unaMsAcmAPI Allocates wave format equal to specified source format.
allocateWaveFormat unaMsAcmAPI Allocates wave format with maximum possible size for specified driver.
ams unaUtils  
array2str unaUtils If maxArrayLength is specified, assumes that it includes the last NULL character.
array2strA unaUtils //
array2strW unaUtils //
asioChannelType2str unaASIOAPI – –
assertLogMessage unaUtils Calls infoMessage() or does nothing if <STRONG>DEBUG</STRONG> symbol was not defined.
b64str2dateTime unaUtils Converts a string into tDateTime value.
base64decode unaUtils Decodes string encoded with base64 method.
base64decode unaUtils Decodes data encoded with base64 method.
base64decode unaUtils Decodes string encoded with base64 method.
base64encode unaUtils Encodes data with base64 method.
base64encode unaUtils Encodes string with base64 method.
beCloseStream unaBladeEncAPI Last function to be called when finished encoding a stream.
beDeinitStream unaBladeEncAPI This function should be called after encoding the last chunk in order to flush the encoder.
beEncodeChunk unaBladeEncAPI Encodes a chunk of samples.
beInitStream unaBladeEncAPI This function is the first to call before starting an encoding stream.
beVersion unaBladeEncAPI Returns information like version numbers (both of the DLL and encoding engine), release date and URL for BladeEnc's homepage.
bitReverse unaFFT mirrors bits
blade_loadDLL unaBladeEncAPI Loads Blade DLL.
blade_unloadDLL unaBladeEncAPI Unloads Blade DLL.
bool2int unaUtils Converts boolean value to integer.
bool2str unaUtils Converts boolean value to string.
bool2strStr unaUtils Converts boolean value to string.
byteArray2str unaUtils Converts array of bytes into hex string.
ceil unaDspLibH  
celt_loadDLL unaLibCELT Loads the CELT DLL.
celt_unloadDLL unaLibCELT Unloads the CELT DLL.
changeFileExt unaUtils Replaces the file extension with given one.
checkError unaSockets – internal –
checkIfDuplicateProcess unaUtils returns processId of first process with same module name, or 0 if no such proccess was found.
checkIfDuplicateProcess unaUtils Returns false if no mutex with given name was created by the time of this function execution.
choice unaUtils Returns one of the choices depending on value of boolean selector.
choice unaUtils Returns one of the choices depending on value of boolean selector.
choice unaUtils Returns one of the choices depending on value of boolean selector.
choice unaUtils Returns one of the choices depending on value of boolean selector.
choice unaUtils Returns one of the choices depending on value of boolean selector.
choice unaUtils  
choice unaUtils Returns one of the choices depending on value of boolean selector.
choice unaUtils Returns one of the choices depending on value of boolean selector.
choice unaUtils Returns one of the choices depending on value of boolean selector.
choiceD unaUtils Returns one of the choices depending on value of boolean selector.
choiceE unaUtils Returns one of the choices depending on value of boolean selector.
ChooseFont unaWinClasses  
ChooseFontA unaWinClasses  
ChooseFontW unaWinClasses  
CLSIDFromString unaASIOAPI – externals –
CoCreateInstance unaASIOAPI  
CoInitialize unaASIOAPI  
CoInitializeEx unaASIOAPI  
color2rgb unaUtils  
color2str unaUtils  
colorShift unaUtils  
compareStr unaUtils Compares two strings with regard (ignoreCase = False) or not (ignoreCase = True) to the case of characters in the string.
CoUninitialize unaASIOAPI  
cp2UTF8 unaUtils  
crackURI unaSockets Uses InternetCrackURL(), takes care of unicode/ansi versions.
crc16 unaUtils Calculates "CRC16" checksum.
crc32 unaUtils Calculates CRC32 checksum.
crc32 unaUtils Calculates CRC32 checksum.
crc4 unaUtils Calculates "CRC4" checksum.
crc8 unaUtils Calculates "CRC8" checksum.
dateTime2b64str unaUtils Converts tDateTime value into string.
db2v unaDspLibH – –
deleteWaveFormat unaMsAcmAPI Deallocates memory used by format.
deviceId2index unaVCIDEutils Returns itemIndex which corresponds to specified deviceId
directoryExists unaUtils Returns True if specified directory exists.
DirectSoundCreate8 unaVCDSIntf  
DirectSoundEnumerate unaVCDSIntf – –
DirectSoundFullDuplexCreate8 unaVCDSIntf  
disposeEA unaRE Releases memory taken by parsed expression
dummyWinpos unaVCLUtils  
duplicateFormat unaMsAcmClasses  
duplicateFormat unaMsAcmClasses  
duplicateFormat unaMsAcmClasses – –
duplicateFormat unaMsAcmClasses  
enableAutorun unaUtils Enables or disables autorun of specified appication (current module will be used by default).
encode unaConfRTP Encodes block of data.
encodeTime unaUtils Encodes hours, minutes seconds and milliseconds to tDateTime value.
enumWaveDevices unaVCIDEutils Enumerates waveIn or waveOut devices, and fills the supplied box.
execApp unaUtils Runs an external application.
execApp unaUtils Runs an external application.
extractFileName unaUtils Returns file name (without file path).
extractFilePath unaUtils Returns file path (without file name).
fileChecksum unaUtils Calculates CRC32 checksum of a file.
fileChecksum unaUtils Calculates CRC32 checksum of a file.
fileClose unaUtils Closes file handle.
fileCopy unaUtils Copies the file content to a new file.
fileCreate unaUtils Creates a file.
fileCreationDateTime unaUtils Returns file creation time.
fileCreationDateTime unaUtils Returns file creation time.
fileDelete unaUtils Removes the file.
fileExists unaUtils Checks if specified file exists.
fileModificationDateTime unaUtils Returns file modification time.
fileModificationDateTime unaUtils Returns file modification time.
fileMove unaUtils Renames the file.
fileOpen unaUtils Opens a file.
fileSeek unaUtils Seeks the file to specified position.
fileSize unaUtils  
fileSize unaUtils  
fileSize2str unaUtils Returns nice string representing file size.
fileTruncate unaUtils Truncates file at specified position.
fillFormatExt unaMsAcmClasses  
fillPCMFormat unaMsAcmClasses Fills the WAVEFORMATEX structure according to the specified sampling parameters.
fillPCMFormat unaMsAcmClasses Fills the WAVEFORMATEX structure according to the specified sampling parameters.
fillPCMFormatExt unaMsAcmClasses  
fillPCMFormatExt unaMsAcmClasses Fills the PWAVEFORMATEXTENSIBLE structure according to the specified sampling parameters.
findFiles unaUtils Finds all files according to path and mask, optionally travelling in subdirs.
float2str unaUtils Simple version of float2str()
floor unaDspLibH  
folderRemove unaUtils Returns True if folder was successfully removed.
folderRemoveFiles unaUtils Removes all files in a folder (and optionally subfolders) according to file mask specified.
forceDirectories unaUtils Ensures that specified path exists.
format2str unaMsAcmClasses Returns string representation of audio format.
formatChoose unaMsAcmClasses Helper function for acm_formatChoose routine.
formatChooseAlloc unaMsAcmClasses Displays format choose dialog.
formatEqual unaMsAcmClasses Returns true if two formats are equal.
formatIsPCM unaMsAcmClasses  
formatIsPCM unaMsAcmClasses  
formatTag2str unaMsAcmClasses Returns string representation of some audio format tags, or #NNN if tag is unknown.
formatTemplate unaUtils Substitues variable fields in the template with given values.
freeAndNil unaUtils Disposes an object.
freeDSPLib unaDspLibDLL  
gcd unaUtils Returns greatest common divider.
getAcmVersion unaMsAcmAPI Returns ACM version and true if ACM is retail (Build = 0)
getAppDataFolderPath unaUtils Returns Application Data folder path.
getClass unaWinClasses – getClass() –
getDiskSpace unaUtils index means: 0 - FreeBytesAvailable 1 - TotalNumberOfBytes 2 - TotalNumberOfFreeBytes
getFolderSize unaClasses Returns size of files in specifed folder (and optionally all subfolders).
getFormatDescription unaMsAcmAPI Returns description of given wave format.
getFormatsList unaIPStreaming  
getFormatTagExt unaMsAcmClasses  
getHostInfoH unaSockets Lookups host info.
getIntValueFromStr unaUtils param1=value1#9param2=value2

getLongPathName unaUtils Expands short file name to long one.
getMappedIPPort4 unaSocks_STUN Performs synchronous mapping.
getMaxWaveFilterSize unaMsAcmAPI Returns maximum possible size of wave filter for specified driver.
getMaxWaveFormatSize unaMsAcmAPI Returns maximum possible size of wave format for specified driver.
getModuleFileNameExt unaUtils Returns name of executable module with given extension.
getModulePathName unaUtils Produces file name with the same path as executable module.
getNullDacl unaUtils Creates NULL DACL.
getNumCores unaUtils Returns number of cores.
getPriority unaUtils  
getProcessWindows unaUtils  
getRegValue unaUtils Reads aString value from registry.
getRegValue unaUtils Reads integer value from registry.
getRegValue unaUtils  
getRegValue unaUtils Reads data from registry.
getREWideText unaVCLUtils  
getSpecialFolderPath unaUtils Returns special folder path.
getSysErrorText unaUtils Returns string describing last error.
getTemporaryFileName unaUtils Returns temporary file name.
getWSAObject unaSockets Returns unaWSA class instance created by a call to startup(), or by unaSocks class.
getWSAProcAddr unaWSASockets – –
GSM_ABS unaGSM  
GSM_ADD unaGSM  
Gsm_Coder unaGSM  
gsm_create unaGSM  
gsm_decode unaGSM  
Gsm_Decoder unaGSM  
gsm_destroy unaGSM  
gsm_encode unaGSM  
Gsm_Long_Term_Predictor unaGSM  
Gsm_Long_Term_Synthesis_Filtering unaGSM procedure Gsm_Decoding( S: pgsm_state; xmaxcr: _word; Mcr: _word; xMcr: _pword; //* [0..12] IN */ erp: _pword //* [0..39] OUT */ );
Gsm_LPC_Analysis unaGSM  
GSM_L_ADD unaGSM  
GSM_L_MULT unaGSM  
gsm_L_sub unaGSM  
GSM_MULT unaGSM  
GSM_MULT_R unaGSM  
gsm_option unaGSM function gsm_print (FILE *, gsm, gsm_byte *): int32;
Gsm_Preprocess unaGSM  
Gsm_RPE_Decoding unaGSM  
Gsm_RPE_Encoding unaGSM  
Gsm_Short_Term_Analysis_Filter unaGSM procedure Gsm_Encoding( S: pgsm_state; e: _pword; ep: _pword; xmaxc: _pword; Mc: _pword; xMc: _pword );
Gsm_Short_Term_Synthesis_Filter unaGSM  
GSM_SUB unaGSM  
gtc unaUtils "smart" GetTickCount()

guiAboutBox unaUtils Wrapper for ShellAbout function
guiMessageBox unaUtils A wrapper for MessageBox() function.
guiMessageBox unaUtils A wrapper for MessageBox() function.
guiSelectDirectory unaUtils Opens directory selection dialog.
hasSwitch unaUtils Returns True if command line contains given switch.
highSurrogate unaUtils  
hostName unaUtils  
hrpc_timeElapsed32 unaUtils Returns number of milliseconds passed between given mark and current time.
hrpc_timeElapsed64 unaUtils Returns number of milliseconds passed between given mark and current time.
hrpc_timeElapsed64ticks unaUtils Returns number of internal ticks passed between given mark and current time.
hrpc_timeMark unaUtils "Marks" current time.
htmlEscape unaUtils //
httpGetData unaSockets Downloads small file from HTTP server.
httpQuery unaSockets returns -1 in case of some problem or valid queryId (which is an integer greater than 0) if all seems to be OK
index2deviceId unaVCIDEutils  
index2deviceId unaVCIDEutils Returns wave deviceId which corresponds to selected itemIndex in the list.
index2sdp unaIPStreaming Constructs SDP from specified format index.
infoMessage unaUtils Displays the message on the screen, adds it to debug log file and/or passes it to the infoMessageProc.
int2bool unaUtils Converts integer value to boolean.
int2str unaUtils Converts word value to string.
int2str unaUtils Converts unsigned value to a string.
int2str unaUtils Converts integer value to a string.
int2str unaUtils Converts int64 value to a string.
intArray2str unaUtils Converts array of integer values into a comma-separated string.
ipH2ipN unaSockets Converts host byte ordered IP to network byte order (big endian) unsigned 32 bits integer.
ipH2str unaSockets .
ipH2str unaSockets Converts host byte order (little endian) unsigned 32 bits integer to string representing IP address (xxx.xxx.xxx.xxx).
ipN2ipH unaSockets Converts network byte order (big endian) address record to host byte ordered IP.
ipN2ipH unaSockets Converts network byte order (big endian) unsigned 32 bits integer to host byte ordered IP.
ipN2str unaSockets Converts network byte order (big endian) unsigned 32 bits integer to string representing IP address (xxx.xxx.xxx.xxx).
ipN2str unaSockets Converts IP from address to string representing IP address (xxx.xxx.xxx.xxx).
ipQuery unaSockets  
isBroadcastAddrN unaSockets Return True if specified address is whiting broadcast range.
isHighSurrogate unaUtils  
isLeapYear unaUtils Returns true if specified year is leap.
isLocalNetworkAddrH unaSockets Checks if IP is assigned to LAN range

isLowSurrogate unaUtils  
isMulticastAddr unaSockets Return True if specified address is whiting multicast range.
isMulticastAddrH unaSockets Return True if specified address is whiting multicast range.
isMulticastAddrN unaSockets Return True if specified address is whiting multicast range.
iss2str unaIcyStreamer  
isThisHostIP_N unaSockets Checks if specified IP address is referencing this host.
isZeroE unaDspLibH – –
lameCloseStream unaBladeEncAPI Last function to be called when finished encoding a stream.
lameDeinitStream unaBladeEncAPI This function should be called after encoding the last chunk in order to flush the encoder.
lameEncodeChunk unaBladeEncAPI Encodes a chunk of samples.
lameInitStream unaBladeEncAPI This function is the first to call before starting an encoding stream.
lameVersion unaBladeEncAPI Returns information like version numbers (both of the DLL and encoding engine), release date and URL for BladeEnc's homepage.
lameWriteVBRHeader unaBladeEncAPI Writes a Xing Header in front of the MP3 file.
lame_loadDLL unaBladeEncAPI Loads a Lame DLL.
lame_unloadDLL unaBladeEncAPI Unloads Lame DLL.
lastDelimiter unaUtils Search is performed from the end of string.
lCase unaUtils Plain simple lowercase for ASCII chars $00..$7F.
listAddresses unaSockets List all addresses assigned to a host.
loadControlPosition unaVCLUtils  
loadDSPLib unaDspLibDLL  
loadLib unaMpgLibAPI Loads mpglib.
loadLibmpg123 unaMpgLibAPI Loads libmpg123 library.
loadStringList unaVCLUtils  
loCase unaUtils Converts all character in given string into lower case.
locateProcess unaUtils  
locateProcesses unaUtils  
lockList_r unaClasses Locks a list.
lockNonEmptyList_r unaClasses Locks a list if it is not nil and contains at least one element.
logMessage unaUtils Same as infoMessage() but also checks mode parameter.
lookupHost unaSockets Lookups host name.
lookupHostH unaSockets Lookups host name.
lookupHostN unaSockets Lookups host name.
lookupPort unaSockets Lookups port number.
lookupPort unaSockets Lookups port number.
lowSurrogate unaUtils  
makeAddr unaSockets Returns True if function succeeded.
malloc unaUtils Allocates block of memory.
malloc unaUtils Allocates block of memory.
mapMediaType2rtpEncoding unaSocks_RTP Maps known media types to known RTP encodings.
mapRtpEncoding2mediaType unaSocks_RTP Maps known RTP encodings into media types.
markGTCLoop unaUtils Internal, do not use.
max unaUtils Returns maximal value of two floating-point.
max unaUtils Returns maximal value of two signed integers.
max unaUtils Returns maximal value of two signed 64 bits integers.
max unaUtils Returns maximal value of two unsigned integers.
mcompare unaUtils Compares two memory blocks.
mfill16 unaUtils Fills memory block with specified word value.
mid2str unaMsAcmAPI Converts mid value to string representation.
min unaUtils Returms minimal value of two signed 64 bits integers.
min unaUtils Returms minimal value of two unsigned integers.
min unaUtils Returms minimal value of two signed integers.
mmGetErrorCodeText unaMsAcmClasses Returns text message describing the specified errorCode this is generic function, use getErrorText() instead if possible.
mmGetErrorCodeTextEx unaMsAcmClasses Same as mmGetErrorCodeText(), but additionally prefixes the result with numeric presentation of error code.
mmNoError unaMsAcmClasses Returns true if specified errorCode is equal to MMSYSERR_NOERROR.
MoFreeMediaType unaVCDSIntf  
MoInitMediaType unaVCDSIntf – –
monthsPassed unaUtils Returns number of full months passed between two dates.
mrealloc unaUtils Reallocates block of memory.
ms2dateTime unaUtils Converts milliseconds to tDateTime value
ms2NTP unaSocks_SNTP Converts milliseconds value into NTP timestamp.
ms2time unaUtils Converts milliseconds to days, hours, minutes, seconds and milliseconds.
mscanb unaUtils Scans memory for a byte value.
mscanbuf unaUtils Scans memory for array of bytes, pointed by value.
mscand unaUtils Scans memory for a double word value.
mscanp unaUtils Scans memory for a pointer value.
mscanq unaUtils Scans memory for a quad word value.
mscanw unaUtils Scans memory for a word value.
mswapbuf16 unaUtils Swaps int16/uint16 values in a buffer.
newGUID unaUtils Returns new GUID.
newWaveHdr unaMsAcmClasses Creates new wave header.
nextToken unaUtils  
nowUTC unaUtils Returns current system time UTC timescale.
NTP2ms unaSocks_SNTP Converts NTP timestamp into milliseconds value.
NTP2UTC unaSocks_SNTP Converts NTP timestamp into UTC time.
padChar unaUtils Returns a string containing specified number of specified character.
padChar unaUtils Returns a string containing specified number of specified character.
paramStrW unaUtils Returns specified (by index) command line parameter as wide string.
parse unaRE Parses regexp.
parseRTPMap unaSocks_RTP Parses rtpmap attribute from an SDP response.
percent unaUtils Converts value and total into percentage.
percent unaUtils Converts value and total into percentage.
plugin_loadDLL unaOpenH323PluginAPI Loads plugin DLL.
plugin_unloadDLL unaOpenH323PluginAPI Unloads plugin DLL.
portHFromAddr unaSockets Returns port (in host order) from address
pow unaDspLibH  
processMessages unaUtils Processes messages waiting to be processed by application or window.
propVariantInit unaVCDSIntf – –
pt2sps unaConfRTP Returns sampling rate for specified payload.
pt2str unaConfRTP Returns string representation of specified payload.
ptr2str unaUtils Converts pointer value to string.
putIntoClipboard unaUtils Returns 0 if successfull.
pwHash unaConfRTP Returns hash for given password.
ReadFile unaUtils FILES

Borland had "misspelled" the declarations of the below functions a little, so we re-define them here.

readFromFile unaUtils Reads data from a file specified by name at specified position.
readFromFile unaUtils Reads data from a file specified by name at specified position.
readFromFile unaUtils Reads data from a file specified by handle at specified position.
Register unaVCDSComp IDE registration
Register unaConfRTPclient IDE registration.
Register unaVCIDE Registers VC components in Delphi IDE Tools Palette.
Register unaDspDLibPipes Registers VC DSP DLib components in Delphi IDE components palette.
Register unaDspControls – –
Register unaConfRTPserver IDE Integration.
Register unaIPStreaming IDE integration.
release32 unaUtils Releases object, acquired with successfull acquire32XXXXXXX().
rematch unaRE Looks for first match from specified position.
rematch unaRE Looks for first match from specified position.
rematch unaRE Looks for first match from specified position.
removeWaveHdr unaMsAcmClasses Destroys header object.
replace unaRE Replaces first or all matches with substitution, which can include backrefs.
replace unaRE Replaces first or all matches with substitution, which can include backrefs.
replaceTokens unaUtils  
replaceTokens unaUtils  
replaceTokens unaUtils Returns number of tokens replaced.
revStr unaUtils Reverses characters in a string
rtpLength unaSocks_RTP Computes length of packet in 32-bit words minus one.
rtpLength2bytes unaSocks_RTP Computes length of packet in bytes given Length value from header.
sameAddr unaSockets Returns True if two addresses are same (has same IP and port).
sameFiles unaClasses Returns true if files' content is the same.
sameGUIDs unaUtils Compares two GUIDs.
sameIPN unaSockets Returns true if both IPs are same
sameString unaUtils  
sampling2str unaMsAcmClasses Returns string representation of PCM sampling parameters.
sanityCheck unaUtils  
sanityCheck64 unaUtils  
SASR unaGSM  
SASR unaGSM function gsm_explode (gsm, gsm_byte *, gsm_signal *): int32; procedure gsm_implode (gsm, gsm_signal *, gsm_byte *); #endif /* GSM_H */
saveControlPosition unaVCLUtils  
saveStringList unaVCLUtils  
select unaSockets Issues select() operation on a socket.
setInfoMessageMode unaUtils Specifies the name of debug log and infoMessageProc procedure to be used by the infoMessage() routine.
setPriority unaUtils  
setRegValue unaUtils Writes data to registry.
setRegValue unaUtils Writes string value into registry.
setRegValue unaUtils Writes integer value into registry.
setRegValue unaUtils  
setRegValueW unaUtils  
setREWideText unaVCLUtils  
SHBrowseForFolderA unaUtils  
SHBrowseForFolderW unaUtils  
ShellAboutA unaUtils  
ShellAboutW unaUtils  
SHGetDesktopFolder unaUtils  
SHGetMalloc unaUtils  
SHGetPathFromIDListA unaUtils  
SHGetPathFromIDListW unaUtils  
SHGetSpecialFolderPathA unaUtils  
SHGetSpecialFolderPathW unaUtils  
shutdown unaSockets Shutdowns the Windows sockets by deleting the unaWsa class instance created in startup() routine.
sinh unaDspLibH  
speex_loadDLL unaSpeexAPI Loads the Speex DLL.
speex_loadDSPDLL unaSpeexAPI Loads the Speex DSP DLL.
speex_unloadDLL unaSpeexAPI Unloads the Speex DLL.
speex_unloadDSPDLL unaSpeexAPI Unloads the Speex DSP DLL.
sshl unaUtils signed shift left
sshr unaUtils signed shift right
startup unaSockets Startups the Windows sockets by creating unaWsa class instance.
stDate2str unaUtils Converts system date to string.
stDateTime2str unaUtils Converts system date and time to string.
str2addr unaSockets Converts string to socket address.
str2arrayA unaUtils  
str2arrayW unaUtils  
str2bool unaUtils Converts string value to a boolean value.
str2intArray unaUtils Converts comma-separated string into array of integer values.
str2intByte unaUtils Converts string value to byte.
str2intInt unaUtils Converts string value to integer.
str2intInt64 unaUtils Converts string value to int64.
str2intInt64 unaUtils Converts string value to int64.
str2intUnsigned unaUtils Converts string value to unsigned.
str2ipH unaSockets Converts string representing IP address (xxx.xxx.xxx.xxx) into host byte order (little endian) unsigned 32 bits integer.
str2ipN unaSockets Converts string representing IP address (xxx.xxx.xxx.xxx) into network byte order (big endian) unsigned 32 bits integer.
str2st unaUtils  
str2waveFormat unaMsAcmAPI Converts string representation of WAVEFORMATEX structure (encoded using base64) to format value.
str2waveFormat unaMsAcmAPI  
str2waveFormat unaMsAcmAPI Converts string representation of WAVEFORMATEX structure (encoded using base64) to format value.
str2waveFormatExt unaMsAcmClasses  
strAllocA unaUtils Allocates memory for a new string.
strCopy unaUtils Copies source string into dest pChat.
strCopy unaUtils  
strCopyS unaUtils Copies source string into dest pChat.
strCopyS unaUtils  
strDisposeA unaUtils Deallocates memory taken by a string.
strDisposeW unaUtils Deallocates memory taken by a string.
strEscape unaUtils Makes value safe to pass as "plain" string, by escaping special characters with "/" symbol.
strLenA unaUtils  
strNew unaUtils  
strNew unaUtils Allocates new pChar value and copies the source string into it.
strNewA unaUtils Allocates memory for a new string.
strPosA unaUtils  
strScanA unaUtils Scans the src string for specified character.
strStr2bool unaUtils Converts string value to boolean.
strUnescape unaUtils Converts "escaped" value back to "plain" string.
surrogate2cp unaUtils  
swap16i unaUtils  
swap16u unaUtils LSB16 <-> MSB16, sorts 2 bytes in reverse order.
swap32i unaUtils  
swap32u unaUtils LSB32 <-> MSB32, sorts 4 bytes in reverse order.
swap64i unaUtils  
swap64u unaUtils LSB64 <-> MSB64, sorts 8 bytes in reverse order.
switchFileName unaUtils Returns a possible file name specified in parameters.
switchValue unaUtils  
switchValue unaUtils Returns value of a given command line switch.
sysDate2str unaUtils Converts system date into a string.
sysDateTime2localDateTime unaUtils Converts system date/time from UTC into a local system date/time.
sysTime2str unaUtils Converts system time into a string.
sysTime2str unaUtils Converts system time into a string.
timeElapsed32U unaUtils Number of milliseconds passed between given mark and current time.
timeElapsed64U unaUtils Number of milliseconds passed between given mark and current time.
timeElapsedU unaUtils Returns number of milliseconds passed between given mark and current time.
timeGetTime unaASIOAPI  
timeMarkU unaUtils Marks current time.
trimS unaUtils Trims the specified value by removing all control or space characters from left (beginning) and right (ending) of the string.
uCase unaUtils Plain simple uppercase for ASCII chars $00..$7F.
ulaw_compress unaG711 ==========================================================================

FUNCTION NAME: ulaw_compress

DESCRIPTION: Mu law encoding rule according ITU-T Rec.

ulaw_expand unaG711 ==========================================================================

FUNCTION NAME: ulaw_expand

DESCRIPTION: Mu law decoding rule according ITU-T Rec.

unaDirectSoundCreate unaVCDSIntf – –
unadsFullDuplexCreate unaVCDSIntf – –
unloadLib unaMpgLibAPI Unloads mpglib.
unloadLibmpg123 unaMpgLibAPI Unloads libmpg123.
unlockListRO unaClasses Unlocks the list locked as RO

unlockListWO unaClasses Unlocks the list locked as WO

upCase unaUtils Converts all character in given string into upper case.
urlDecode unaUtils  
urlDecodeA unaUtils  
urlDecodeW unaUtils  
urlEncode unaUtils  
urlEncodeA unaUtils //
urlEncodeW unaUtils  
utc2local unaUtils Converts system date/time from UTC into a local system date/time.
UTC2NTP unaSocks_SNTP Converts UTC time into NTP timestamp.
UTF162UTF8 unaUtils Converts UCS-2 to UTF-8 string.
UTF82UTF16 unaUtils Converts UTF-8 to low-endian UCS-2 string.
v2db unaDspLibH  
waitForObject unaUtils Waits specified amount of time for event to be sent in signaled state.
waveExt2str unaMsAcmClasses  
waveExt2wave unaMsAcmClasses  
waveExtractChannel unaWave Extracts specified channel from PCM chunk.
waveFindNextGcd unaWave Returns next gcd value.
waveFormat2str unaMsAcmAPI Converts format value to string representation (using base64 encoding).
waveFormatExt2str unaMsAcmClasses  
waveGetChunkCurSamplesCount unaWave  
waveGetChunkMaxSamplesCount unaWave  
waveGetLogVolume unaWave Returns Logarithmic volume.
waveGetLogVolume100 unaWave Returns Logarithmic volume.
waveGetVolume unaWave Calculates volume.
waveMix unaWave Mixes buf1 and buf2 and stores the result in buf3 (buf3 could be one of buf1 or buf2).
waveMix unaWave Mixes two chunks.
waveModifyVolume100 unaWave Modifies linear volume for all samples.
waveModifyVolume100 unaWave Modifies linear volume for all samples.
waveReadFromChunk unaWave Reads bytes from PCM chunk.
waveReallocateChunk unaWave Reallocates PCM chunk to hold required number of samples.
waveReplaceChannel unaWave Replaces PCM data for specified channel with new one.
waveResample unaWave Changes PCM stream characteristics.
waveResample unaWave Changes PCM stream characteristics.
waveReverse unaWave Reverses PCM samples in wave chunk.
waveWriteToChunk unaWave Writes bytes to PCM chunk.
wide2ansi unaUtils Converts multi-byte string into ANSI string using wCharToMultiByte().
windowGetFirstChild unaUtils  
windowsEnum unaUtils  
WriteFile unaUtils  
writeToFile unaUtils Writes data into a file specified by name at specified position.
writeToFile unaUtils Writes data into a file specified by name at specified position.
writeToFile unaUtils Writes data into a file specified by handle at specified position.
writeToFile unaUtils Writes data into a file specified by handle at specified position.
WSAConnect unaWSASockets – –
WSAEventSelect unaWSASockets  
WSAGetOverlappedResult unaWSASockets – –
WSAIoctl unaWSASockets – –
WSARecv unaWSASockets – –
WSARecvFrom unaWSASockets – –
WSASend unaWSASockets – –
WSASendTo unaWSASockets – –
WSASocket unaWSASockets – –
_acquire32 unaUtils internal, do not use
_gsm_add unaGSM  
_gsm_asl unaGSM  
_gsm_asr unaGSM  
_gsm_div unaGSM function gsm_L_mult (a : _word ; b :_word ): _longword;{$IFDEF UNA_OK_INLINE }inline;{$ENDIF UNA_OK_INLINE } function gsm_mult_r (a : _word ; b :_word ): _word;{$IFDEF UNA_OK_INLINE }inline;{$ENDIF UNA_OK_INLINE }
_gsm_L_asl unaGSM  
_gsm_L_asr unaGSM  
_gsm_mult unaGSM * Prototypes from add.c *
_gsm_norm unaGSM function gsm_abs (a : _word ): _word;{$IFDEF UNA_OK_INLINE }inline;{$ENDIF UNA_OK_INLINE }
_gsm_sub unaGSM function gsm_L_add (a : _longword ; b :_longword ): _longword;{$IFDEF UNA_OK_INLINE }inline;{$ENDIF UNA_OK_INLINE }

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09