Gst.AllocationParams¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| align | int | r/w | the desired alignment of the memory | 
| flags | Gst.MemoryFlags | r/w | flags to control allocation | 
| padding | int | r/w | the desired padding | 
| prefix | int | r/w | the desired prefix | 
Details¶
- 
class Gst.AllocationParams¶
- Parameters to control the allocation of memory - 
copy()[source]¶
- Returns: - a new #:obj:Gst.AllocationParams, free with - Gst.AllocationParams.free().- Return type: - Gst.AllocationParamsor- None- Create a copy of self. - Free-function: - Gst.AllocationParams.free
 
-