StreamPlaybackUtil

class kanzi::connect::StreamPlaybackUtil

Subclassed by ConnectStreamPlaybackUtil

Public Functions

virtual ~StreamPlaybackUtil()
virtual unsigned int getHeight() = 0

Gets height of video frame.

Return

Height of video frame.

virtual FramebufferSharedPtr getNextRenderBuffer() = 0

Return

image texture.

virtual unsigned int getWidth() = 0

Gets width of video frame.

Return

Width of video frame.

virtual void onRendering() = 0

notify frame consumed

virtual void uninitialize() = 0

Un-initializes stream util.