Open Instance Methodmigueldeicaza.swiftgodot 0.45.0SwiftGodot
_getBpm
AudioStream.swift:40func _getBpm() -> Double
Other members in extension
Type members
Instance members
func getLength(
) -> Double Returns the length of the audio stream in seconds.
func instantiatePlayback(
) -> AudioStreamPlayback? Returns an AudioStreamPlayback. Useful for when you want to extend
_instantiatePlayback
but callinstantiatePlayback
from an internally held AudioStream subresource. An example of this can be found in the source files forAudioStreamRandomPitch::instantiate_playback
.func isMonophonic(
) -> Bool Returns true if this audio stream only supports monophonic playback, or false if the audio stream supports polyphony.