HStreamer.h

Content

Classes

HStreamer

The HStreamer class provides functionality for on-demand and view-dependent streaming of HSF files.

Macro definitions

HSTREAMER_CONDITION_COMPLETE_READ_PAUSES

The streamer has read all the pauses from the hsf file.

HSTREAMER_CONDITION_COMPLETE_SWEETENING

The streamer has completed the previous request for sweetening.

HSTREAMER_CONDITION_VIEW_UPDATE

The application should update the view.

HSTREAMER_CONDITION_NO_DICTIONARY

No dictionary was found when expected will continue reading normally.

HSTREAMER_CONDITION_VERSION_MISMATCH

File hsf version is newer than readers version will try to read anyway.

HSTREAMER_CONDITION_COMPLETE_READ_DICTIONARY

The streamer has read the dictionary from the hsf file.

Type definitions

HStreamerConditionNoticeFunction

Type definition for the function to which notification about errors and other conditions are sent.

Macro definitions

HSTREAMER_CONDITION_COMPLETE_READ_PAUSES

The streamer has read all the pauses from the hsf file.

HSTREAMER_CONDITION_COMPLETE_SWEETENING

The streamer has completed the previous request for sweetening.

HSTREAMER_CONDITION_VIEW_UPDATE

The application should update the view.

HSTREAMER_CONDITION_NO_DICTIONARY

No dictionary was found when expected will continue reading normally.

HSTREAMER_CONDITION_VERSION_MISMATCH

File hsf version is newer than readers version will try to read anyway.

HSTREAMER_CONDITION_COMPLETE_READ_DICTIONARY

The streamer has read the dictionary from the hsf file.

Type definitions

typedef void (*HStreamerConditionNoticeFunction)(unsigned int condition, void *user_data)

Type definition for the function to which notification about errors and other conditions are sent.