class_audiostreamplaybackresampled.rst 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the AudioStreamPlaybackResampled.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_AudioStreamPlaybackResampled:
  6. AudioStreamPlaybackResampled
  7. ============================
  8. **Inherits:** :ref:`AudioStreamPlayback<class_AudioStreamPlayback>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. **Inherited By:** :ref:`AudioStreamGeneratorPlayback<class_AudioStreamGeneratorPlayback>`, :ref:`AudioStreamPlaybackOGGVorbis<class_AudioStreamPlaybackOGGVorbis>`
  10. Methods
  11. -------
  12. +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`float<class_float>` | :ref:`_get_stream_sampling_rate<class_AudioStreamPlaybackResampled_method__get_stream_sampling_rate>` **(** **)** |virtual| |const| |
  14. +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`_mix_resampled<class_AudioStreamPlaybackResampled_method__mix_resampled>` **(** AudioFrame* dst_buffer, :ref:`int<class_int>` frame_count **)** |virtual| |
  16. +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`begin_resample<class_AudioStreamPlaybackResampled_method_begin_resample>` **(** **)** |
  18. +---------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  19. Method Descriptions
  20. -------------------
  21. .. _class_AudioStreamPlaybackResampled_method__get_stream_sampling_rate:
  22. - :ref:`float<class_float>` **_get_stream_sampling_rate** **(** **)** |virtual| |const|
  23. ----
  24. .. _class_AudioStreamPlaybackResampled_method__mix_resampled:
  25. - :ref:`int<class_int>` **_mix_resampled** **(** AudioFrame* dst_buffer, :ref:`int<class_int>` frame_count **)** |virtual|
  26. ----
  27. .. _class_AudioStreamPlaybackResampled_method_begin_resample:
  28. - void **begin_resample** **(** **)**
  29. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  30. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  31. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  32. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  33. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  34. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`