ClutterGstCrop

ClutterGstCrop — A ClutterContent for displaying part of video frames

Synopsis

struct              ClutterGstCrop;
struct              ClutterGstCropClass;
ClutterActor *      clutter_gst_crop_new                (void);

Object Hierarchy

  GObject
   +----ClutterGstContent
         +----ClutterGstCrop

Implemented Interfaces

ClutterGstCrop implements ClutterContent.

Properties

  "cull-backface"            gboolean              : Read / Write
  "input-region"             ClutterGstBox*        : Read / Write
  "output-region"            ClutterGstBox*        : Read / Write
  "paint-borders"            gboolean              : Read / Write

Description

ClutterGstCrop sub-classes ClutterGstContent.

Details

struct ClutterGstCrop

struct ClutterGstCrop;

Implementation of ClutterGstContent that displays a sub region of video streams.

The ClutterGstCrop structure contains only private data and should not be accessed directly.


struct ClutterGstCropClass

struct ClutterGstCropClass {
};

Base class for ClutterGstCrop.


clutter_gst_crop_new ()

ClutterActor *      clutter_gst_crop_new                (void);

Returns :

a new ClutterGstCrop instance. [transfer full]

Property Details

The "cull-backface" property

  "cull-backface"            gboolean              : Read / Write

Whether to cull the backface of the actor

Default value: FALSE

Since 3.0


The "input-region" property

  "input-region"             ClutterGstBox*        : Read / Write

Input region in the video frame (all values between 0 and 1).

Since 3.0


The "output-region" property

  "output-region"            ClutterGstBox*        : Read / Write

Output region in the actor's allocation (all values between 0 and 1).

Since 3.0


The "paint-borders" property

  "paint-borders"            gboolean              : Read / Write

Whether or not paint borders on the sides of the video

Default value: FALSE

Since 3.0