Stream.h
Go to the documentation of this file.
Defines an interface for a class that listens for incoming data from a Stream.
Definition: IStreamListener.h:35
virtual DB_EDGEVIS_SDK TransportType GetTransport()
Gets the stream's transport.
DB_EDGEVIS_SDK int64_t GetStreamUseDuration() const
Get the duration in milliseconds that the stream has been open.
DB_EDGEVIS_SDK Encoder GetEncoder() const
Gets the Encoder object that the Stream is on.
DB_EDGEVIS_SDK int64_t GetTotalBytesSent()
Returns the current total number of bytes sent on this stream.
DB_EDGEVIS_SDK void ResetDataUsageStats()
Resets the count of the total number of bytes sent and received for this stream.
TransportType
Describes the TransportTypes that can be used to open streams.
Definition: TransportTypes.h:23
DB_EDGEVIS_SDK void UnregisterListener(IStreamListener *listener)
Removes the specified listener from the set of listeners to be notified about incoming stream data...
virtual DB_EDGEVIS_SDK bool IsConnected() const
Determines if the stream is currently connected (in use).
DB_EDGEVIS_SDK bool GetEnableAnalyticsSync() const
Returns true if Analytics Sync is enabled.
The Stream interface represent a service that is available on an Encoder.
Definition: Stream.h:50
DB_EDGEVIS_SDK int64_t GetTotalBytesReceived()
Returns the current total number of bytes received on this stream.
An Encoder interface represents an Encoder that is managed by the server.
Definition: Encoder.h:58
DB_EDGEVIS_SDK void RegisterListener(IStreamListener *listener)
Registers the specified listener to be notified when stream data is received.
DB_EDGEVIS_SDK int64_t GetLastStreamUseDuration() const
Get the duration in milliseconds that the stream was open on last use.
A Server interface is used to make a connection to an EdgeVis server.
Definition: Server.h:54
The EdgeVis Decoder SDK namespace.
virtual DB_EDGEVIS_SDK OpResult SetTransport(TransportType trans)
This is underlying transport type.
DB_EDGEVIS_SDK void SetEnableAnalyticsSync(bool enable)
Enables or disables synchronization of analytics metadata with audio and video Enabled by default...