Miles Sound System SDK 7.2a

RIB_INTERFACE_ENTRY

The structure RIB_INTERFACE_ENTRY specifies a structure that contains RIB property information.

struct RIB_INTERFACE_ENTRY
{
  char const * entry_name;
  RIB_ENTRY_TYPE type;
  UINTa token;
  RIB_DATA_SUBTYPE subtype;
};

In Members

entry_name
Name of the desired function or property.
type
Type of the entry.
token
Token which may be used to read or modify the desired property value.
subtype
Variable type of the desired function or property.


Group: Digital Filter Services
Related Functions: AIL_enumerate_filter_properties, AIL_enumerate_filter_sample_properties, AIL_enumerate_output_filter_driver_properties, AIL_enumerate_output_filter_sample_properties, AIL_enumerate_sample_stage_properties
Related Basic Types: RIB_DATA_SUBTYPE, RIB_ENTRY_TYPE, UINTa, char const *

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.