MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / struct_pa_sample_spec

Class struct_pa_sample_spec

extra/beep/beep.py:62–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 BUFFSIZE = 1024
61
62 class struct_pa_sample_spec(ctypes.Structure):
63 _fields_ = [("format", ctypes.c_int), ("rate", ctypes.c_uint32), ("channels", ctypes.c_uint8)]
64
65 try:
66 pa = ctypes.cdll.LoadLibrary("libpulse-simple.so.0")

Callers 1

_linux_wav_playFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…