Difference between revisions of "love.audio (Português)"
Line 10: | Line 10: | ||
| ?Description | | ?Description | ||
}} | }} | ||
+ | |||
+ | |||
+ | love.audio.getNumSources Gets the current number of simulatenous playing sources. | ||
+ | |||
+ | love.audio.getOrientation Returns the orientation of the listener. | ||
+ | |||
+ | love.audio.getPosition Returns the position of the listener. | ||
+ | |||
+ | love.audio.getVelocity Returns the velocity of the listener. | ||
+ | |||
+ | love.audio.getVolume Returns the master volume. | ||
+ | |||
+ | love.audio.pause Pauses all audio. | ||
+ | |||
+ | love.audio.play Plays the specified Source. | ||
+ | |||
+ | love.audio.resume Resumes all audio. | ||
+ | |||
+ | love.audio.rewind Rewinds all playing audio. | ||
+ | |||
+ | love.audio.setOrientation Sets the orientation of the listener. | ||
+ | |||
+ | love.audio.setPosition Sets the position of the listener. | ||
+ | |||
+ | love.audio.setVelocity Sets the velocity of the listener. | ||
+ | |||
+ | love.audio.setVolume Sets the master volume. | ||
+ | |||
+ | love.audio.stop Stops all playing audio. | ||
+ | |||
== Enums == | == Enums == | ||
{{#ask: [[Category:Enums]] [[parent::love.audio (Português)]] | {{#ask: [[Category:Enums]] [[parent::love.audio (Português)]] |
Revision as of 10:24, 2 January 2011
Provê uma interface para criar sons com o autofalante do usuário.
Contents
Tipos
Source (Português) | Um Source representa áudio que pode ser tocado. |
Funções
love.audio.getNumSources Gets the current number of simulatenous playing sources.
love.audio.getOrientation Returns the orientation of the listener.
love.audio.getPosition Returns the position of the listener.
love.audio.getVelocity Returns the velocity of the listener.
love.audio.getVolume Returns the master volume.
love.audio.pause Pauses all audio.
love.audio.play Plays the specified Source.
love.audio.resume Resumes all audio.
love.audio.rewind Rewinds all playing audio.
love.audio.setOrientation Sets the orientation of the listener.
love.audio.setPosition Sets the position of the listener.
love.audio.setVelocity Sets the velocity of the listener.
love.audio.setVolume Sets the master volume.
love.audio.stop Stops all playing audio.
Enums
DistanceModel (Português) | Os diferentes modelos de distância. |
SourceType (Português) | Tipos de Sources de áudio. |
TimeUnit (Português) | Unidades que representam o tempo. |
Veja Também
Outros Idiomas
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info