OwrVideoRenderer

OwrVideoRenderer

Functions

Properties

guint height Read / Write
gdouble max-framerate Read / Write
gboolean mirror Read / Write
guint rotation Read / Write
gchar * tag Read / Write / Construct Only
guint width Read / Write

Object Hierarchy

    GObject
    ╰── OwrMediaRenderer
        ╰── OwrVideoRenderer

Description

Functions

owr_video_renderer_new ()

OwrVideoRenderer *
owr_video_renderer_new (const gchar *tag);

Returns

The new OwrVideoRenderer

Types and Values

Property Details

The “height” property

  “height”                   guint

Video height in pixels.

Flags: Read / Write

Default value: 0


The “max-framerate” property

  “max-framerate”            gdouble

Maximum video frames per second.

Flags: Read / Write

Allowed values: >= 0

Default value: 0


The “mirror” property

  “mirror”                   gboolean

Whether the video should be mirrored around the y-axis.

Flags: Read / Write

Default value: FALSE


The “rotation” property

  “rotation”                 guint

Video rotation in multiple of 90 degrees.

Flags: Read / Write

Allowed values: <= 3

Default value: 0


The “tag” property

  “tag”                      gchar *

Tag referencing the window widget into which to draw video (default: NULL, create a new window).

Flags: Read / Write / Construct Only

Default value: NULL


The “width” property

  “width”                    guint

Video width in pixels.

Flags: Read / Write

Default value: 0