Class: ClutterGst::Crop
Overview
Base class for Clutter::GstCrop.
Instance Method Summary collapse
-
#cull_backface=(cull_backface) ⇒ Boolean
Whether to cull the backface of the actor.
-
#cull_backface? ⇒ Boolean
Whether to cull the backface of the actor.
-
#initialize ⇒ Clutter::Actor
constructor
A new Clutter::GstCrop instance.
-
#input_region ⇒ ClutterGst::Box
Input region in the video frame (all values between 0 and 1).
-
#input_region=(input_region) ⇒ ClutterGst::Box
Input region in the video frame (all values between 0 and 1).
-
#output_region ⇒ ClutterGst::Box
Output region in the actor's allocation (all values between 0 and 1).
-
#output_region=(output_region) ⇒ ClutterGst::Box
Output region in the actor's allocation (all values between 0 and 1).
-
#paint_borders=(paint_borders) ⇒ Boolean
Whether or not paint borders on the sides of the video.
-
#paint_borders? ⇒ Boolean
Whether or not paint borders on the sides of the video.
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
#initialize ⇒ Clutter::Actor
Returns a new Clutter::GstCrop instance.
Instance Method Details
#cull_backface=(cull_backface) ⇒ Boolean
Whether to cull the backface of the actor
#cull_backface? ⇒ Boolean
Whether to cull the backface of the actor
#input_region ⇒ ClutterGst::Box
Input region in the video frame (all values between 0 and 1).
#input_region=(input_region) ⇒ ClutterGst::Box
Input region in the video frame (all values between 0 and 1).
#output_region ⇒ ClutterGst::Box
Output region in the actor's allocation (all values between 0 and 1).
#output_region=(output_region) ⇒ ClutterGst::Box
Output region in the actor's allocation (all values between 0 and 1).
#paint_borders=(paint_borders) ⇒ Boolean
Whether or not paint borders on the sides of the video
#paint_borders? ⇒ Boolean
Whether or not paint borders on the sides of the video