IEncoderListener.h
Go to the documentation of this file.
75 virtual void VPTZUpdated(int16_t src_w, int16_t src_h, int16_t top, int16_t left, int16_t bottom, int16_t right) = 0;
virtual void ArchiveDiskSpaceAlert(int8_t percentageUsed)=0
Called when disk space is running low.
The interface listener for the encoder object.
Definition: IEncoderListener.h:38
virtual void ServerStateChanged(ServerLinkState state, ServerLinkError error)=0
Called when the server's communication link state changes.
virtual void EventDelivered(int32_t id)=0
Called when the server acknowledges receipt of an event.
virtual void VPTZUpdated(int16_t src_w, int16_t src_h, int16_t top, int16_t left, int16_t bottom, int16_t right)=0
Called when the VPTZ selection are has changed.
virtual void MediaStreamStateChanged(MediaStreamState state)=0
Called when the state of the media stream changes.
The EdgeVis Encoder SDK namespace.
ServerLinkError
Defines the set of Server communication link errors.
Definition: ServerLinkState.h:31
ServerLinkState
Defines the set of Server communication link states.
Definition: ServerLinkState.h:20
