|
__classinit__(cls,
new_attrs)
Given a class and a new set of attributes (as passed in by
__classinit__), create or modify properties based on functions with
special names ending in __get, __set, and __del. |
source code
|
|
|
|
|
|
|
|
gst.BaseSink
|
|
|
|
|
|
|
volume__get(self)
The volume of the audio stream |
source code
|
|
|
|
|
|
|
|
gst.FORMAT_TIME
|
gst_duration__get(self)
Returns the duration of the currently playing context |
source code
|
|
long in nanoseconds,
|
duration__get(self)
Returns the duration of the currently playing context |
source code
|
|
gst.FORMAT_TIME
|
gst_position__get(self)
Returns the position of the currently playing context |
source code
|
|
long in nanoseconds,
|
position__get(self)
Returns the position of the currently playing context |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|