Class: ClutterGst::Crop

Inherits:
Content show all
Defined in:
(unknown)

Overview

Base class for Clutter::GstCrop.

Instance Method Summary collapse

Methods inherited from Content

#frame, #frame=, new, new_with_sink, #overlays, #paint_frame=, #paint_frame?, #paint_overlays=, #paint_overlays?, #player, #player=, #sink, #sink=

Constructor Details

#initializeClutter::Actor

Returns a new Clutter::GstCrop instance.

Instance Method Details

#cull_backface=(cull_backface) ⇒ Boolean

Whether to cull the backface of the actor

Parameters:

  • cull_backface (Boolean)

Returns:

  • (Boolean)

    cull-backface

  • (Boolean)

    cull-backface

#cull_backface?Boolean

Whether to cull the backface of the actor

Returns:

  • (Boolean)

    cull-backface

#input_regionClutterGst::Box

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

Returns:

  • (ClutterGst::Box)

    input-region

#input_region=(input_region) ⇒ ClutterGst::Box

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

Parameters:

  • input_region (ClutterGst::Box)

Returns:

  • (ClutterGst::Box)

    input-region

  • (ClutterGst::Box)

    input-region

#output_regionClutterGst::Box

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

Returns:

  • (ClutterGst::Box)

    output-region

#output_region=(output_region) ⇒ ClutterGst::Box

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

Parameters:

  • output_region (ClutterGst::Box)

Returns:

  • (ClutterGst::Box)

    output-region

  • (ClutterGst::Box)

    output-region

#paint_borders=(paint_borders) ⇒ Boolean

Whether or not paint borders on the sides of the video

Parameters:

  • paint_borders (Boolean)

Returns:

  • (Boolean)

    paint-borders

  • (Boolean)

    paint-borders

#paint_borders?Boolean

Whether or not paint borders on the sides of the video

Returns:

  • (Boolean)

    paint-borders