GstAudio.AudioSrcClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
close |
r |
close the device |
|
delay |
r |
the number of frames queued in the device |
|
open |
r |
open the device with the specified caps |
|
parent_class |
r |
the parent class. |
|
prepare |
r |
configure device with format |
|
read |
r |
read samples from the audio device |
|
reset |
r |
unblock a read to the device and reset. |
|
unprepare |
r |
undo the configuration |
Methods¶
None
Details¶
- class GstAudio.AudioSrcClass¶
GstAudio.AudioSrc
class. Override the vmethod to implement functionality.