class_audiostreamplaybackresampled.rst 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AudioStreamPlaybackResampled.xml.
  6. .. _class_AudioStreamPlaybackResampled:
  7. AudioStreamPlaybackResampled
  8. ============================
  9. **Inherits:** :ref:`AudioStreamPlayback<class_AudioStreamPlayback>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`AudioStreamGeneratorPlayback<class_AudioStreamGeneratorPlayback>`, :ref:`AudioStreamPlaybackOggVorbis<class_AudioStreamPlaybackOggVorbis>`
  11. .. container:: contribute
  12. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  13. .. rst-class:: classref-reftable-group
  14. Methods
  15. -------
  16. .. table::
  17. :widths: auto
  18. +---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`float<class_float>` | :ref:`_get_stream_sampling_rate<class_AudioStreamPlaybackResampled_private_method__get_stream_sampling_rate>` **(** **)** |virtual| |const| |
  20. +---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`int<class_int>` | :ref:`_mix_resampled<class_AudioStreamPlaybackResampled_private_method__mix_resampled>` **(** AudioFrame* dst_buffer, :ref:`int<class_int>` frame_count **)** |virtual| |
  22. +---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  23. | void | :ref:`begin_resample<class_AudioStreamPlaybackResampled_method_begin_resample>` **(** **)** |
  24. +---------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  25. .. rst-class:: classref-section-separator
  26. ----
  27. .. rst-class:: classref-descriptions-group
  28. Method Descriptions
  29. -------------------
  30. .. _class_AudioStreamPlaybackResampled_private_method__get_stream_sampling_rate:
  31. .. rst-class:: classref-method
  32. :ref:`float<class_float>` **_get_stream_sampling_rate** **(** **)** |virtual| |const|
  33. .. container:: contribute
  34. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  35. .. rst-class:: classref-item-separator
  36. ----
  37. .. _class_AudioStreamPlaybackResampled_private_method__mix_resampled:
  38. .. rst-class:: classref-method
  39. :ref:`int<class_int>` **_mix_resampled** **(** AudioFrame* dst_buffer, :ref:`int<class_int>` frame_count **)** |virtual|
  40. .. container:: contribute
  41. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  42. .. rst-class:: classref-item-separator
  43. ----
  44. .. _class_AudioStreamPlaybackResampled_method_begin_resample:
  45. .. rst-class:: classref-method
  46. void **begin_resample** **(** **)**
  47. .. container:: contribute
  48. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  49. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  50. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  51. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  52. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  53. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  54. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  55. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`