ReceiverNode2D

class kanzi::connect::ReceiverNode2D : public ReceiverNodeConceptImpl<Node2D, ReceiverNode2D>

ReceiverNode2D provides the implementation to render a video stream.

ReceiverNode2D can only be accessed from the Kanzi thread unless otherwise noted.

See

For 3D receiver, see ReceiverNode3D.

Public Static Functions

ReceiverNode2DSharedPtr create(Domain *domain, string_view name)

Creates a ReceiverNode2D node.

Return

The created node.

Parameters
  • domain: The UI domain to which the node belongs.

  • name: The name of the node.

PropertyTypeEditorInfoSharedPtr makeEditorInfo()