Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Segment_Interesting

Functions

HC_EXTERNAL HIC_API bool HIC_Check_Segment_Interesting (HIC_Rendition const *nr, HIC_Segment_Info const *si)
 
HC_EXTERNAL HIC_API void HIC_Set_Segment_Interesting (HIC_Rendition const *nr, HIC_Segment_Info const *si)
 
HC_EXTERNAL HIC_API void HIC_UnSet_Segment_Interesting (HIC_Rendition const *nr, HIC_Segment_Info const *si)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API bool HIC_Check_Segment_Interesting ( HIC_Rendition const *  nr,
HIC_Segment_Info const *  si 
)
Parameters
nrA pointer to a const HIC_Rendition.
siA pointer to a const HIC_Segment_Info.
Returns
A boolean, true if segment is interesting, otherwise false.

This function returns a boolean, true if segment is interesting, false if segment is not interesting.

HC_EXTERNAL HIC_API void HIC_Set_Segment_Interesting ( HIC_Rendition const *  nr,
HIC_Segment_Info const *  si 
)
Parameters
nrA pointer to a const HIC_Rendition.
siA pointer to a const HIC_Segment_Info.

This function sets a segment to interesting.

HC_EXTERNAL HIC_API void HIC_UnSet_Segment_Interesting ( HIC_Rendition const *  nr,
HIC_Segment_Info const *  si 
)
Parameters
nrA pointer to a const HIC_Rendition.
siA pointer to a const HIC_Segment_Info.

This function sets a segment to not interesting.