Previous Topic Index Next Topic
[API function]

FSOUND_Stream_FindTagField

Find a tag field associated with an open stream by name and type.

signed char F_API FSOUND_Stream_FindTagField(
FSOUND_STREAM *stream,
int type,
const char *name,
void **value,
int *length
);

Parameters

stream The stream to get the tag field from.
type The type of the tag field to retrieve. See FSOUND_TAGFIELD_TYPE.
name The name of the tag field to retrieve.
value Pointer to a variable that will receive a pointer to the tag field data.
length Pointer to a variable that will receive the length of the tag field data.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh

See Also

, FSOUND_Stream_GetNumTagFields , FSOUND_Stream_GetTagField , FSOUND_TAGFIELD_TYPE

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Mon Oct 18 11:07:59 2004 by SourceDoc v0.10, the automated source code documenter.