|
FireSync API
|
Stream type identifier for a kCompressedPhase stream.
Note: enumerators are currently assigned to match PL implementation; exercise caution if changing.

Public Member Functions | |
| kBool | kCompressedPhaseStreamId_IsDelta (kCompressedPhaseStreamId streamId) |
| Reports whether the specified stream identifier represents a delta stream. More... | |
| kBool | kCompressedPhaseStreamId_IsFail (kCompressedPhaseStreamId streamId) |
| Reports whether the specified stream identifier represents a "fail" stream. More... | |
| kBool | kCompressedPhaseStreamId_IsNull (kCompressedPhaseStreamId streamId) |
| Reports whether the specified stream identifier represents a null stream. More... | |
| kBool | kCompressedPhaseStreamId_IsPhase (kCompressedPhaseStreamId streamId) |
| Reports whether the specified stream identifier represents a phase stream. More... | |
Related | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_PHASE_DELTA |
| Phase delta values. | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_PHASE_FAIL_2 |
| Phase "fail 2nd" index/value pairs. | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_PHASE_NULL |
| Phase null index/count pairs. | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_PHASE_FAIL_1 |
| Phase "fail 1st" index/value pairs. | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_INTENSITY_DELTA |
| Intensity delta values. | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_INTENSITY_FAIL_2 |
| Intensity "fail 2nd" index/value pairs. | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_INTENSITY_NULL |
| Intensity null index/count pairs. | |
| #define | kCOMPRESSED_PHASE_STREAM_ID_INTENSITY_FAIL_1 |
| Intensity "fail 1st" index/value pairs (note: unused at time of writing). | |