#include "Include_i.h"
Macros | |
#define | LOG_CLASS "ConnectionStaleStateMachine" |
Functions | |
STATUS | setConnectionStaleStateMachine (PCallbackStateMachine pCallbackStateMachine, STREAM_CALLBACK_HANDLING_STATE currState, UINT64 currTime, UINT64 quietTime, UINT64 backToNormalTime) |
STATUS | connectionStaleStateMachineSetResetConnectionState (STREAM_HANDLE streamHandle, PConnectionStaleStateMachine pConnectionStaleStateMachine) |
STATUS | connectionStaleStateMachineHandleConnectionStale (STREAM_HANDLE streamHandle, PConnectionStaleStateMachine pStaleStateMachine) |
#define LOG_CLASS "ConnectionStaleStateMachine" |
Kinesis Video Producer Connection Staleness State Machine
STATUS connectionStaleStateMachineHandleConnectionStale | ( | STREAM_HANDLE | streamHandle, |
PConnectionStaleStateMachine | pStaleStateMachine | ||
) |
STATUS connectionStaleStateMachineSetResetConnectionState | ( | STREAM_HANDLE | streamHandle, |
PConnectionStaleStateMachine | pConnectionStaleStateMachine | ||
) |
STATUS setConnectionStaleStateMachine | ( | PCallbackStateMachine | pCallbackStateMachine, |
STREAM_CALLBACK_HANDLING_STATE | currState, | ||
UINT64 | currTime, | ||
UINT64 | quietTime, | ||
UINT64 | backToNormalTime | ||
) |