summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c116
1 files changed, 116 insertions, 0 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
index 1dba9a8..b237efe 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.c
@@ -86,6 +86,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeOpen Pointer to conference bridge open structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeOpenDef
UINT32 Oct6100ConfBridgeOpenDef(
tPOCT6100_CONF_BRIDGE_OPEN f_pConfBridgeOpen )
{
@@ -94,8 +95,10 @@ UINT32 Oct6100ConfBridgeOpenDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeOpen
UINT32 Oct6100ConfBridgeOpen(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_OPEN f_pConfBridgeOpen )
@@ -135,6 +138,7 @@ UINT32 Oct6100ConfBridgeOpen(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -154,6 +158,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeClose Pointer to conference bridge close structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeCloseDef
UINT32 Oct6100ConfBridgeCloseDef(
tPOCT6100_CONF_BRIDGE_CLOSE f_pConfBridgeClose )
{
@@ -161,8 +166,10 @@ UINT32 Oct6100ConfBridgeCloseDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeClose
UINT32 Oct6100ConfBridgeClose(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_CLOSE f_pConfBridgeClose )
@@ -202,6 +209,7 @@ UINT32 Oct6100ConfBridgeClose(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -220,6 +228,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeAdd Pointer to conference bridge channel addition structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanAddDef
UINT32 Oct6100ConfBridgeChanAddDef(
tPOCT6100_CONF_BRIDGE_CHAN_ADD f_pConfBridgeAdd )
{
@@ -233,8 +242,10 @@ UINT32 Oct6100ConfBridgeChanAddDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeChanAdd
UINT32 Oct6100ConfBridgeChanAdd(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_CHAN_ADD f_pConfBridgeAdd )
@@ -274,6 +285,7 @@ UINT32 Oct6100ConfBridgeChanAdd(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -293,6 +305,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeRemove Pointer to conference bridge channel removal structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanRemoveDef
UINT32 Oct6100ConfBridgeChanRemoveDef(
tPOCT6100_CONF_BRIDGE_CHAN_REMOVE f_pConfBridgeRemove )
{
@@ -302,8 +315,10 @@ UINT32 Oct6100ConfBridgeChanRemoveDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeChanRemove
UINT32 Oct6100ConfBridgeChanRemove(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_CHAN_REMOVE f_pConfBridgeRemove )
@@ -343,6 +358,7 @@ UINT32 Oct6100ConfBridgeChanRemove(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -360,6 +376,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeMute Pointer to conference bridge channel mute structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanMuteDef
UINT32 Oct6100ConfBridgeChanMuteDef(
tPOCT6100_CONF_BRIDGE_CHAN_MUTE f_pConfBridgeMute )
{
@@ -367,8 +384,10 @@ UINT32 Oct6100ConfBridgeChanMuteDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeChanMute
UINT32 Oct6100ConfBridgeChanMute(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_CHAN_MUTE f_pConfBridgeMute )
@@ -408,6 +427,7 @@ UINT32 Oct6100ConfBridgeChanMute(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -426,6 +446,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeUnMute Pointer to conference bridge channel unmute structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanUnMuteDef
UINT32 Oct6100ConfBridgeChanUnMuteDef(
tPOCT6100_CONF_BRIDGE_CHAN_UNMUTE f_pConfBridgeUnMute )
{
@@ -433,7 +454,9 @@ UINT32 Oct6100ConfBridgeChanUnMuteDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeChanUnMute
UINT32 Oct6100ConfBridgeChanUnMute(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_CHAN_UNMUTE f_pConfBridgeUnMute )
@@ -473,6 +496,7 @@ UINT32 Oct6100ConfBridgeChanUnMute(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -493,6 +517,7 @@ f_pConfBridgeDominant Pointer to conference bridge dominant speaker
structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeDominantSpeakerSetDef
UINT32 Oct6100ConfBridgeDominantSpeakerSetDef(
tPOCT6100_CONF_BRIDGE_DOMINANT_SPEAKER_SET f_pConfBridgeDominantSpeaker )
{
@@ -501,8 +526,10 @@ UINT32 Oct6100ConfBridgeDominantSpeakerSetDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeDominantSpeakerSet
UINT32 Oct6100ConfBridgeDominantSpeakerSet(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_DOMINANT_SPEAKER_SET f_pConfBridgeDominantSpeaker )
@@ -542,6 +569,7 @@ UINT32 Oct6100ConfBridgeDominantSpeakerSet(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -561,6 +589,7 @@ f_pConfBridgeMaskChange Pointer to conference bridge change of mask
structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeMaskChangeDef
UINT32 Oct6100ConfBridgeMaskChangeDef(
tPOCT6100_CONF_BRIDGE_MASK_CHANGE f_pConfBridgeMaskChange )
{
@@ -569,8 +598,10 @@ UINT32 Oct6100ConfBridgeMaskChangeDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeMaskChange
UINT32 Oct6100ConfBridgeMaskChange(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_MASK_CHANGE f_pConfBridgeMaskChange )
@@ -610,6 +641,7 @@ UINT32 Oct6100ConfBridgeMaskChange(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -627,6 +659,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeStats Pointer to conference bridge channel stats structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeGetStatsDef
UINT32 Oct6100ConfBridgeGetStatsDef(
tPOCT6100_CONF_BRIDGE_STATS f_pConfBridgeStats )
{
@@ -637,8 +670,10 @@ UINT32 Oct6100ConfBridgeGetStatsDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ConfBridgeGetStats
UINT32 Oct6100ConfBridgeGetStats(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CONF_BRIDGE_STATS f_pConfBridgeStats )
@@ -678,6 +713,7 @@ UINT32 Oct6100ConfBridgeGetStats(
return cOCT6100_ERR_OK;
}
+#endif
/**************************** PRIVATE FUNCTIONS ****************************/
@@ -696,6 +732,7 @@ f_pOpenChip Pointer to chip configuration struct.
f_pInstSizes Pointer to struct containing instance sizes.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiGetConfBridgeSwSizes
UINT32 Oct6100ApiGetConfBridgeSwSizes(
IN tPOCT6100_CHIP_OPEN f_pOpenChip,
OUT tPOCT6100_API_INSTANCE_SIZES f_pInstSizes )
@@ -759,6 +796,7 @@ UINT32 Oct6100ApiGetConfBridgeSwSizes(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -775,6 +813,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
the present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiConfBridgeSwInit
UINT32 Oct6100ApiConfBridgeSwInit(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance )
{
@@ -847,6 +886,7 @@ UINT32 Oct6100ApiConfBridgeSwInit(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -867,6 +907,7 @@ f_pConfBridgeOpen Pointer to conference bridge configuration structure.
future function calls is returned in this structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeOpenSer
UINT32 Oct6100ConfBridgeOpenSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CONF_BRIDGE_OPEN f_pConfBridgeOpen )
@@ -891,6 +932,7 @@ UINT32 Oct6100ConfBridgeOpenSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -908,6 +950,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeOpen Pointer to conference bridge configuration structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckBridgeParams
UINT32 Oct6100ApiCheckBridgeParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_OPEN f_pConfBridgeOpen )
@@ -928,6 +971,7 @@ UINT32 Oct6100ApiCheckBridgeParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -945,6 +989,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pusBridgeIndex Allocated entry in the API conference bridge list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveBridgeResources
UINT32 Oct6100ApiReserveBridgeResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
OUT PUINT16 f_pusBridgeIndex )
@@ -962,6 +1007,7 @@ UINT32 Oct6100ApiReserveBridgeResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -981,6 +1027,7 @@ f_pConfBridgeOpen Pointer to conference bridge configuration structure.
f_usBridgeIndex Allocated entry in API conference bridge list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateBridgeEntry
UINT32 Oct6100ApiUpdateBridgeEntry(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CONF_BRIDGE_OPEN f_pConfBridgeOpen,
@@ -1053,6 +1100,7 @@ UINT32 Oct6100ApiUpdateBridgeEntry(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1071,6 +1119,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeClose Pointer to conference bridge close structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeCloseSer
UINT32 Oct6100ConfBridgeCloseSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CLOSE f_pConfBridgeClose )
@@ -1093,6 +1142,7 @@ UINT32 Oct6100ConfBridgeCloseSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1111,6 +1161,7 @@ f_pConfBridgeClose Pointer to conference bridge close structure.
f_pusBridgeIndex Pointer to API instance conference bridge index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiAssertBridgeParams
UINT32 Oct6100ApiAssertBridgeParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CLOSE f_pConfBridgeClose,
@@ -1142,6 +1193,7 @@ UINT32 Oct6100ApiAssertBridgeParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1159,6 +1211,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_usBridgeIndex Allocated external memory block for the conference bridge.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseBridgeResources
UINT32 Oct6100ApiReleaseBridgeResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex )
@@ -1231,6 +1284,7 @@ UINT32 Oct6100ApiReleaseBridgeResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1248,6 +1302,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeAdd Pointer to conference bridge channel add structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanAddSer
UINT32 Oct6100ConfBridgeChanAddSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_ADD f_pConfBridgeAdd )
@@ -1321,6 +1376,7 @@ UINT32 Oct6100ConfBridgeChanAddSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1347,6 +1403,7 @@ f_pulListenerMaskIndex Index of the listener in this flexible conference bridge.
f_pulListenerMask Mask of listeners in this flexible conference bridge.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckBridgeAddParams
UINT32 Oct6100ApiCheckBridgeAddParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_ADD f_pConfBridgeAdd,
@@ -1583,6 +1640,7 @@ UINT32 Oct6100ApiCheckBridgeAddParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1608,6 +1666,7 @@ f_pusSubStoreEventIndex Sub-Store event index within the API's list of mixer ev
f_pusCopyEventIndex Copy event index within the API's list of mixer event.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveBridgeAddResources
UINT32 Oct6100ApiReserveBridgeAddResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex,
@@ -1953,6 +2012,7 @@ UINT32 Oct6100ApiReserveBridgeAddResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1984,6 +2044,7 @@ f_ulListenerMaskIndex Index of the listener in this flexible conference bridge.
f_ulListenerMask Mask of listeners in this flexible conference bridge.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiBridgeEventAdd
UINT32 Oct6100ApiBridgeEventAdd(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex,
@@ -2788,6 +2849,7 @@ UINT32 Oct6100ApiBridgeEventAdd(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -2812,6 +2874,7 @@ f_ulSourceInputPort Source input port of the conference for this channel.
f_ulDestinationInputPort Destination input port of the conference for this channel.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiBridgeAddParticipantToChannel
UINT32 Oct6100ApiBridgeAddParticipantToChannel(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex,
@@ -3216,6 +3279,7 @@ UINT32 Oct6100ApiBridgeAddParticipantToChannel(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -3233,6 +3297,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeRemove Pointer to conference bridge channel remove structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanRemoveSer
UINT32 Oct6100ConfBridgeChanRemoveSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_REMOVE f_pConfBridgeRemove )
@@ -3289,6 +3354,7 @@ UINT32 Oct6100ConfBridgeChanRemoveSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -3311,6 +3377,7 @@ f_pusSubStoreEventIndex Pointer to the sub-store mixer event.
f_pusCopyEventIndex Pointer to the copy mixer event.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckChanRemoveParams
UINT32 Oct6100ApiCheckChanRemoveParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_REMOVE f_pConfBridgeRemove,
@@ -3410,6 +3477,7 @@ UINT32 Oct6100ApiCheckChanRemoveParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -3433,6 +3501,7 @@ f_usSubStoreEventIndex Index of the sub-store mixer event.
f_usCopyEventIndex Index of the copy mixer event.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseChanEventResources
UINT32 Oct6100ApiReleaseChanEventResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_REMOVE f_pConfBridgeRemove,
@@ -3729,6 +3798,7 @@ UINT32 Oct6100ApiReleaseChanEventResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -3752,6 +3822,7 @@ f_usSubStoreEventIndex Allocated entry for the substract and store event of the
f_usCopyEventIndex Allocated entry for the copy event of the channel.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiBridgeEventRemove
UINT32 Oct6100ApiBridgeEventRemove (
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_REMOVE f_pConfBridgeRemove,
@@ -4910,6 +4981,7 @@ UINT32 Oct6100ApiBridgeEventRemove (
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -4930,6 +5002,7 @@ f_usDestinationChannelIndex Destination channel to store resulting voice to.
f_fRemovePermanently Whether to remove permanently this participant.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiBridgeRemoveParticipantFromChannel
UINT32 Oct6100ApiBridgeRemoveParticipantFromChannel(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex,
@@ -5414,6 +5487,7 @@ UINT32 Oct6100ApiBridgeRemoveParticipantFromChannel(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -5431,6 +5505,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeMute Pointer to conference bridge mute structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanMuteSer
UINT32 Oct6100ConfBridgeChanMuteSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_MUTE f_pConfBridgeMute )
@@ -5464,6 +5539,7 @@ UINT32 Oct6100ConfBridgeChanMuteSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -5485,6 +5561,7 @@ f_pusSubStoreEventIndex Pointer to a sub-store mixer event index.
f_pfFlexibleConfBridge If this is a flexible conference bridge.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckBridgeMuteParams
UINT32 Oct6100ApiCheckBridgeMuteParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_MUTE f_pConfBridgeMute,
@@ -5570,6 +5647,7 @@ UINT32 Oct6100ApiCheckBridgeMuteParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -5591,6 +5669,7 @@ f_usSubStoreEventIndex Allocated entry for the substract and store event of the
f_fFlexibleConfBridge If this is a flexible conference bridge.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateBridgeMuteResources
UINT32 Oct6100ApiUpdateBridgeMuteResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChanIndex,
@@ -5881,6 +5960,7 @@ UINT32 Oct6100ApiUpdateBridgeMuteResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -5898,6 +5978,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeUnMute Pointer to conference bridge channel unmute structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeChanUnMuteSer
UINT32 Oct6100ConfBridgeChanUnMuteSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_UNMUTE f_pConfBridgeUnMute )
@@ -5931,6 +6012,7 @@ UINT32 Oct6100ConfBridgeChanUnMuteSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -5952,6 +6034,7 @@ f_pusSubStoreEventIndex Pointer to the sub-store event of the channel.
f_pfFlexibleConfBridge If this is a flexible conference bridge.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckBridgeUnMuteParams
UINT32 Oct6100ApiCheckBridgeUnMuteParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_CHAN_UNMUTE f_pConfBridgeUnMute,
@@ -6034,6 +6117,7 @@ UINT32 Oct6100ApiCheckBridgeUnMuteParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6055,6 +6139,7 @@ f_usSubStoreEventIndex Allocated entry for the substract and store event of the
f_fFlexibleConfBridge If this is a flexible conference bridge.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateBridgeUnMuteResources
UINT32 Oct6100ApiUpdateBridgeUnMuteResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChanIndex,
@@ -6345,6 +6430,7 @@ UINT32 Oct6100ApiUpdateBridgeUnMuteResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6364,6 +6450,7 @@ f_pConfBridgeDominant Pointer to conference bridge dominant speaker
structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeDominantSpeakerSetSer
UINT32 Oct6100ConfBridgeDominantSpeakerSetSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_DOMINANT_SPEAKER_SET f_pConfBridgeDominantSpeaker )
@@ -6384,6 +6471,7 @@ UINT32 Oct6100ConfBridgeDominantSpeakerSetSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6401,6 +6489,7 @@ f_pConfBridgeDominant Pointer to conference bridge channel dominant speaker stru
f_pusChannelIndex Pointer to a channel index.
f_pusChannelIndex Pointer to a bridge index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckBridgeDominantSpeakerParams
UINT32 Oct6100ApiCheckBridgeDominantSpeakerParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_DOMINANT_SPEAKER_SET f_pConfBridgeDominantSpeaker,
@@ -6506,6 +6595,7 @@ UINT32 Oct6100ApiCheckBridgeDominantSpeakerParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6525,6 +6615,7 @@ f_usChanIndex Index of the channel to be set as the dominant speaker.
f_usBridgeIndex Index of the bridge where this channel is on.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateBridgeDominantSpeakerResources
UINT32 Oct6100ApiUpdateBridgeDominantSpeakerResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChanIndex,
@@ -6581,6 +6672,7 @@ UINT32 Oct6100ApiUpdateBridgeDominantSpeakerResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6601,6 +6693,7 @@ f_pConfBridgeMaskChange Pointer to conference bridge participant mask
change structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeMaskChangeSer
UINT32 Oct6100ConfBridgeMaskChangeSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_MASK_CHANGE f_pConfBridgeMaskChange )
@@ -6627,6 +6720,7 @@ UINT32 Oct6100ConfBridgeMaskChangeSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6647,6 +6741,7 @@ f_pusChannelIndex Pointer to a channel index.
f_pusBridgeIndex Pointer to a bridge index.
f_pulNewParticipantMask New mask to apply for this participant.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckBridgeMaskChangeParams
UINT32 Oct6100ApiCheckBridgeMaskChangeParams(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CONF_BRIDGE_MASK_CHANGE f_pConfBridgeMaskChange,
@@ -6718,6 +6813,7 @@ UINT32 Oct6100ApiCheckBridgeMaskChangeParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6738,6 +6834,7 @@ f_usChanIndex Channel index of the channel to be modified.
f_ulNewListenerMask New mask to apply to the selected participant.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateMaskModifyResources
UINT32 Oct6100ApiUpdateMaskModifyResources(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex,
@@ -6864,6 +6961,7 @@ UINT32 Oct6100ApiUpdateMaskModifyResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6882,6 +6980,7 @@ f_usChanIndex Channel index of the channel to be modified.
f_ulNewListenerMask New mask to apply to the selected participant.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiBridgeUpdateMask
UINT32 Oct6100ApiBridgeUpdateMask(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex,
@@ -7092,6 +7191,7 @@ UINT32 Oct6100ApiBridgeUpdateMask(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7109,6 +7209,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pConfBridgeStats Pointer to conference bridge stats structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ConfBridgeGetStatsSer
UINT32 Oct6100ConfBridgeGetStatsSer(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CONF_BRIDGE_STATS f_pConfBridgeStats )
@@ -7152,6 +7253,7 @@ UINT32 Oct6100ConfBridgeGetStatsSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7168,6 +7270,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pusBridgeIndex List entry reserved.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveBridgeEntry
UINT32 Oct6100ApiReserveBridgeEntry(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
OUT PUINT16 f_pusBridgeIndex )
@@ -7191,6 +7294,7 @@ UINT32 Oct6100ApiReserveBridgeEntry(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7208,6 +7312,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_usBridgeIndex List entry reserved.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseBridgeEntry
UINT32 Oct6100ApiReleaseBridgeEntry(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex )
@@ -7223,6 +7328,7 @@ UINT32 Oct6100ApiReleaseBridgeEntry(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7248,6 +7354,7 @@ f_usBridgeFirstLoadEventPtr Load index to check against.
First valid sub store index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiGetPrevLastSubStoreEvent
UINT32 Oct6100ApiGetPrevLastSubStoreEvent(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBridgeIndex,
@@ -7316,6 +7423,7 @@ UINT32 Oct6100ApiGetPrevLastSubStoreEvent(
return ulResult;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7337,6 +7445,7 @@ f_pusBridgeEntry Bridge entry.
f_pusPreviousIndex Previous index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiGetPreviousEvent
UINT32 Oct6100ApiGetPreviousEvent(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usEntryIndex,
@@ -7374,6 +7483,7 @@ UINT32 Oct6100ApiGetPreviousEvent(
return ulResult;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7396,6 +7506,7 @@ f_usDominantSpeakerIndex Index of the channel which is the dominant
speaker in the conference.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiBridgeSetDominantSpeaker
UINT32 Oct6100ApiBridgeSetDominantSpeaker(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChannelIndex,
@@ -7444,6 +7555,7 @@ UINT32 Oct6100ApiBridgeSetDominantSpeaker(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7460,6 +7572,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pusParticipantIndex List entry reserved.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveFlexConfParticipantEntry
UINT32 Oct6100ApiReserveFlexConfParticipantEntry(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
OUT PUINT16 f_pusParticipantIndex )
@@ -7483,6 +7596,7 @@ UINT32 Oct6100ApiReserveFlexConfParticipantEntry(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7501,6 +7615,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_usParticipantIndex List entry reserved.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseFlexConfParticipantEntry
UINT32 Oct6100ApiReleaseFlexConfParticipantEntry(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usParticipantIndex )
@@ -7516,3 +7631,4 @@ UINT32 Oct6100ApiReleaseFlexConfParticipantEntry(
return cOCT6100_ERR_OK;
}
+#endif