ConsumerViewport2D

class kanzi::connect::ConsumerViewport2D : public Node2D

Consumer viewport 2D. Draws remote content to two dimensional target.

Public Functions

KZ_METACLASS_END()

Public Static Functions

static NodeSharedPtr create(Domain *domain, string_view name)

Creates a video view node.

Parameters
  • domain – The UI domain the new node belongs to.

  • name – Name of the trajectory layout.

Returns

The created node.

Public Static Attributes

static PropertyType<int> MaxFrameQueueSizeProperty
static PropertyType<string> StreamIdentifierProperty

Property type for uri of stream to render.

static PropertyType<bool> ViewportEnabledProperty
static PropertyType<bool> ViewportFlipProperty