Example #1
0
 def target_audio_format(self):
     fmt_obj = ffi.addressof(self._obj.target_audio_format)
     fmt, _ = AudioFormat._from_obj(fmt_obj)
     return fmt
Example #2
0
 def target_audio_format(self):
     fmt_obj = ffi.addressof(self._obj.target_audio_format)
     fmt, _ = AudioFormat._from_obj(fmt_obj)
     return fmt
Example #3
0
 def actual_audio_format(self):
     fmt_obj = ffi.addressof(self._obj.actual_audio_format)
     fmt, _ = AudioFormat._from_obj(fmt_obj)
     return fmt
Example #4
0
 def actual_audio_format(self):
     fmt_obj = ffi.addressof(self._obj.actual_audio_format)
     fmt, _ = AudioFormat._from_obj(fmt_obj)
     return fmt