MediaStream.h
Go to the documentation of this file.
121 DB_EDGEVIS_SDK void EnableFullResBuffer(int32_t fullResBufferSize, int32_t memoryQuota, int32_t fullResFps, int32_t KeepInflated);
DB_EDGEVIS_SDK int32_t GetFullResFps()
Returns the maximum number for fps for the full resolution cache.
DB_EDGEVIS_SDK void SetFullResMaxInflatedFrames(int32_t maxInflatedFrames)
Sets the maximum number of frames to keep inflated.
DB_EDGEVIS_SDK bool SetVideoFrameConfig(FrameConfig config)
Set the format configuration for video frames provided by the MediaStream.
DB_EDGEVIS_SDK double GetFrameRate()
Returns the current frames per second of the decoded video stream.
DB_EDGEVIS_SDK void SetFullResJPEGQuality(int32_t quality)
Sets the quality of the JPEG frame as cached locally.
DB_EDGEVIS_SDK bool SetAudioConfig(AudioConfig config)
Set the format configuration for audio provided by the MediaStream.
DB_EDGEVIS_SDK void SetEnableSCTData(bool enable)
Enables the SCTData callback on the listener.
A MediaStream is a Stream class that provides additional methods and properties specific to the Media...
Definition: MediaStream.h:37
DB_EDGEVIS_SDK void SetEnableIndexedSCTData(bool enable)
Enables the SCTIndexedData callback on the listener.
DB_EDGEVIS_SDK int64_t GetViewerTimeoutDuration() const
Returns the time in milliseconds that the stream will time out after if idle.
DB_EDGEVIS_SDK bool GetEnableSCTData()
Returns if the SCTData callbacks are enabled.
An YCbCrFrame is delivered for every frame of video decoded from a media stream.
Definition: YCbCrFrame.h:39
DB_EDGEVIS_SDK VideoSourceFormat GetVideoSourceFormat()
Returns the current VideoSourceFormat of the video stream.
virtual DB_EDGEVIS_SDK bool IsConnected() const
Checks if the media stream is currently connected.
DB_EDGEVIS_SDK Stream * AsStream()
Returns the media stream object.
DB_EDGEVIS_SDK bool GetEnableAudioData()
Returns true if the audio callbacks are enabled.
DB_EDGEVIS_SDK void SetViewerTimeoutEnabled(bool enabled)
Enables or disables the stream timeout for viewers.
DB_EDGEVIS_SDK void EnableFullResBuffer(int32_t fullResBufferSize, int32_t memoryQuota, int32_t fullResFps, int32_t KeepInflated)
Enables the full resolution feature on the encoder.
The Stream interface represent a service that is available on an Encoder.
Definition: Stream.h:50
VideoSourceFormat
The type of video source in use at the encoder.
Definition: VideoSourceFormats.h:20
DB_EDGEVIS_SDK bool GetEnablePathSmoothing()
Returns true if actor analytics path smoothing is enabled.
DB_EDGEVIS_SDK int32_t GetFullResMaxCachedFrames()
Returns the maximum number of frames being cached for the Full Resolution feature.
DB_EDGEVIS_SDK void RequestKeyFrame()
Request that the encoder inserts a key frame in to the EdgeVis stream.
DB_EDGEVIS_SDK int32_t GetFullResJPEGQuality()
Returns the value of the JPEG frame as cached locally.
DB_EDGEVIS_SDK void SetEnableAudioData(bool enable)
Enables the Audio data callback on the listener.
DB_EDGEVIS_SDK FrameConfig GetVideoFrameConfig()
Get the format configuration for video frames provided by the MediaStream.
DB_EDGEVIS_SDK size_t MaxVideoConverters() const
Maximum number of simultaneous video conversions available on this media stream.
DB_EDGEVIS_SDK void DisableFullResBuffer()
Enables the full resolution feature on the encoder.
DB_EDGEVIS_SDK void SetEnablePathSmoothing(bool enable)
Enables smoothing of actor analytics path data.
DB_EDGEVIS_SDK void SetEnableOnvifMetadata(bool enable, bool enable_extensions=true)
Enables ONVIF style XML metadata for analytics.
DB_EDGEVIS_SDK void ResetViewerTimeout()
Resets the stream timeout timer.
This is the base class for the FrameConfig objects.
Definition: FrameConfig.h:28
DB_EDGEVIS_SDK int32_t GetFrameWidth()
Returns the current width of frames of the decoded video stream.
DB_EDGEVIS_SDK void GetLastFrame(YCbCrFrame &destination)
Returns the last frame of video as a YCbCrFrame.
DB_EDGEVIS_SDK void RequestH264IFrame()
Instruct the MediaStream to generate an H264 I frame.
DB_EDGEVIS_SDK int64_t GetViewerTimeRemaining() const
Returns the time in milliseconds remaining until the stream times out.
DB_EDGEVIS_SDK int32_t GetStreamBandwidth()
Returns the current bandwidth of the media stream in bits per second.
DB_EDGEVIS_SDK size_t MaxAudioConverters() const
Maximum number of simultaneous audio conversions available on this media stream.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK AudioConfig GetAudioConfig()
Get the format configuration for audio frames provided by the MediaStream.
DB_EDGEVIS_SDK int32_t GetFullResMaxInflatedFrames()
Returns the maximum number of frames to keep inflated.
DB_EDGEVIS_SDK bool GetEnableIndexedSCTData()
Returns true if the SCTIndexedData is enabled.
DB_EDGEVIS_SDK void SetFullResFps(int32_t fps)
Sets the maximum number for fps for the full resolution cache.
DB_EDGEVIS_SDK void SetFullResMaxCachedFrames(int32_t maxCachedFrames)
Sets the maximum number of frames to cache for the Full Resolution feature.
DB_EDGEVIS_SDK bool GetEnableOnvifMetadata()
Returns true if ONVIF metadata is enabled.
DB_EDGEVIS_SDK int32_t GetFrameHeight()
Returns the current height of frames of the decoded video stream.