StreamPlaybackUtil¶
-
class
kanzi::connect::StreamPlaybackUtil¶ Subclassed by ConnectStreamPlaybackUtil
Public Functions
-
virtual
~StreamPlaybackUtil()¶
-
virtual unsigned int
getHeight() = 0¶ Gets height of video frame.
- Returns
Height of video frame.
-
virtual FramebufferSharedPtr
getNextRenderBuffer() = 0¶ - Returns
image texture.
-
virtual unsigned int
getWidth() = 0¶ Gets width of video frame.
- Returns
Width of video frame.
-
virtual void
onRendering() = 0¶ notify frame consumed
-
virtual void
uninitialize() = 0¶ Un-initializes stream util.
-
virtual