AudioStreamGeneratorPlayback.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AudioStreamGeneratorPlayback" inherits="AudioStreamPlaybackResampled" category="Core" version="3.1.2">
  3. <brief_description>
  4. </brief_description>
  5. <description>
  6. </description>
  7. <tutorials>
  8. </tutorials>
  9. <methods>
  10. <method name="can_push_buffer" qualifiers="const">
  11. <return type="bool">
  12. </return>
  13. <argument index="0" name="amount" type="int">
  14. </argument>
  15. <description>
  16. </description>
  17. </method>
  18. <method name="clear_buffer">
  19. <return type="void">
  20. </return>
  21. <description>
  22. </description>
  23. </method>
  24. <method name="get_frames_available" qualifiers="const">
  25. <return type="int">
  26. </return>
  27. <description>
  28. </description>
  29. </method>
  30. <method name="get_skips" qualifiers="const">
  31. <return type="int">
  32. </return>
  33. <description>
  34. </description>
  35. </method>
  36. <method name="push_buffer">
  37. <return type="bool">
  38. </return>
  39. <argument index="0" name="frames" type="PoolVector2Array">
  40. </argument>
  41. <description>
  42. </description>
  43. </method>
  44. <method name="push_frame">
  45. <return type="bool">
  46. </return>
  47. <argument index="0" name="frame" type="Vector2">
  48. </argument>
  49. <description>
  50. </description>
  51. </method>
  52. </methods>
  53. <constants>
  54. </constants>
  55. </class>