StreamPlaybackUtil¶
-
class
kanzi::connect::StreamPlaybackUtil: public enable_shared_from_this<StreamPlaybackUtil>¶ Subclassed by ConnectStreamPlaybackUtil
Public Functions
-
~StreamPlaybackUtil()¶
-
unsigned int
getHeight() = 0¶ Gets height of video frame.
- Return
Height of video frame.
-
unsigned int
getWidth() = 0¶ Gets width of video frame.
- Return
Width of video frame.
-
void
onRendering() = 0¶ notify frame consumed
-
void
uninitialize() = 0¶ Un-initializes stream util.
-