ClutterGst.Crop¶
- Subclasses:
None
Methods¶
- Inherited:
ClutterGst.Content (9), GObject.Object (37), Clutter.Content (2)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
ClutterGst.Content (1), GObject.Object (7), Clutter.Content (5)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Cull the backface of the actor |
||
r/w |
Input Region |
||
r/w |
Output Region |
||
r/w |
Paint borders on side of video |
Signals¶
- Inherited:
ClutterGst.Content (1), GObject.Object (1), Clutter.Content (2)
Fields¶
- Inherited:
ClutterGst.Content (1), GObject.Object (1), Clutter.Content (2)
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ClutterGst.Crop(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Implementation of
ClutterGst.Content
that displays a sub region of video streams.The
ClutterGst.Crop
structure contains only private data and should not be accessed directly.- classmethod new()¶
- Returns:
a new
ClutterGst.Crop
instance- Return type:
Property Details¶
- ClutterGst.Crop.props.cull_backface¶
-
Whether to cull the backface of the actor
New in version 3.0.
- ClutterGst.Crop.props.input_region¶
- Name:
input-region
- Type:
- Default Value:
- Flags:
Input region in the video frame (all values between 0 and 1).
New in version 3.0.
- ClutterGst.Crop.props.output_region¶
- Name:
output-region
- Type:
- Default Value:
- Flags:
Output region in the actor’s allocation (all values between 0 and 1).
New in version 3.0.