Difference between revisions of "Source (Português)"
(→Funções) |
|||
Line 15: | Line 15: | ||
Source:getPitch Gets the current pitch of the Source. | Source:getPitch Gets the current pitch of the Source. | ||
+ | |||
Source:getVolume Gets the current volume of the Source. | Source:getVolume Gets the current volume of the Source. | ||
+ | |||
Source:isLooping Returns whether the Source will loop. | Source:isLooping Returns whether the Source will loop. | ||
+ | |||
Source:isStopped Returns whether the Source is stopped. | Source:isStopped Returns whether the Source is stopped. | ||
+ | |||
Source:pause Pauses a source. | Source:pause Pauses a source. | ||
+ | |||
Source:play Plays a source. | Source:play Plays a source. | ||
+ | |||
Source:resume Resumes a paused source. | Source:resume Resumes a paused source. | ||
+ | |||
Source:setLooping Sets whether the Source should loop. | Source:setLooping Sets whether the Source should loop. | ||
+ | |||
Source:setPitch Sets the pitch of the Source. | Source:setPitch Sets the pitch of the Source. | ||
+ | |||
Source:setVolume Sets the current volume of the Source. | Source:setVolume Sets the current volume of the Source. | ||
+ | |||
== Veja Também == | == Veja Também == |
Revision as of 10:08, 2 January 2011
Uma fonte (Source) representa uma áudio que pode ser reproduzido. Você pode fazer coisas interessantes com Sources, como ajustar o volume, o tom e sua posição em relação ao ouvinte.
Construtores
love.audio.newSource (Português) | Cria uma nova Fonte a partir de um arquivo, DadoDeSom, ou Decodificador. |
Funções
Channel (Português) | Um objeto que pose ser usado para enviar e receber dados entre diferentes threads. |
Data (Português) | A superclasse de todos os dados. |
Decoder (Português) | Um objeto que pode decodificar gradualmente um arquivo de som. |
File (Português) | Representa um arquivo no sistema de arquivos. |
Fixture (Português) | Fixtures anexam formas a corpos. |
Object:type (Português) | Obtém o tipo do objeto como um string. |
Object:typeOf (Português) | Verifica se um objeto é de um certo tipo. |
SoundData (Português) | Contém amostras de áudio bruto. |
Source (Português) | Um Source representa áudio que pode ser tocado. |
Source:clone (Português) | Cria uma cópia idêntica da Fonte de áudio com o estado parado. |
Source:getAttenuationDistances (Português) | Obtém as distâncias de atenuação referencial e máxima do Source. |
Source:getChannels (Português) | Obtém o número de canais de um Source. |
Source:getCone (Português) | Obtém os cones de volume direcional do Source. |
Source:getDirection (Português) | Obtém a direção de um Source. |
Source:getDistance (Português) | Retorna as distâncias referencial e máxima do Source. |
Source:getPitch (Português) | Obtém o tom atual do Source. |
Source:getPosition (Português) | Obtém a posição do Source. |
Source:getRolloff (Português) | Retorna o valor de decaimento do Source. |
Source:getVelocity (Português) | Obtém a velocidade do Source. |
Source:getVolume (Português) | Obtém o volume atual do Source. |
Source:getVolumeLimits (Português) | Retorna os limites de volume do Source. |
Source:isLooping (Português) | Retorna se o Source vai se repetir ciclicamente ou não. |
Source:isPaused (Português) | Retorna se o Source está pausado ou não. |
Source:isPlaying (Português) | Retorna se o Source está tocando ou não. |
Source:isRelative (Português) | Descobre se a posição e direção são relativos ao ouvinte. |
Source:isStatic (Português) | Descobre se o Source é estático. |
Source:isStopped (Português) | Retorna se o Source está parado ou não. |
Source:pause (Português) | Pausa um Source. |
Source:play (Português) | Toca um Source. |
Source:resume (Português) | Retorna a tocar um Source. |
Source:rewind (Português) | Rebobina um Source. |
Source:seek (Português) | Define a posição atual do fluxo de áudio do Source. |
Source:setAttenuationDistances (Português) | Define as distâncias de atenuação referencial e máxima do Source. |
Source:setCone (Português) | Configura os cones de volume direcional do Source. |
Source:setDirection (Português) | Configura a direção do Source. |
Source:setDistance (Português) | Define as distâncias referencial e máxima do Source. |
Source:setLooping (Português) | Configura se um Source deverá repetir. |
Source:setPitch (Português) | Configura o tom do Source. |
Source:setPosition (Português) | Define a posição do Source. |
Source:setRelative (Português) | Define se a posição e direção são relativos ao ouvinte. |
Source:setRolloff (Português) | Configura o fator de decaimento. |
Source:setVelocity (Português) | Configura a velocidade do Source. |
Source:setVolume (Português) | Define o volume atual do Source. |
Source:setVolumeLimits (Português) | Define os limites de volume do Source. |
Source:stop (Português) | Para um Source. |
Source:tell (Português) | Obtém a posição atual do fluxo de áudio do Source. |
Source:getPitch Gets the current pitch of the Source.
Source:getVolume Gets the current volume of the Source.
Source:isLooping Returns whether the Source will loop.
Source:isStopped Returns whether the Source is stopped.
Source:pause Pauses a source.
Source:play Plays a source.
Source:resume Resumes a paused source.
Source:setLooping Sets whether the Source should loop.
Source:setPitch Sets the pitch of the Source.
Source:setVolume Sets the current volume of the Source.
Veja Também
Outras Línguas
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