Difference between revisions of "Decoder (Français)"
(Created page with "Un objet qui peut décoder un fichier sonore progressivement. == Constructeurs == {{#ask: Category:Functions Constructs::Decoder Concept:Current | headers=hide | d...") |
(→Fonctions) |
||
Line 14: | Line 14: | ||
}} | }} | ||
== Fonctions == | == Fonctions == | ||
− | {{#ask: [[Category:Functions]] [[parent::Decoder||Object]] [[Concept:Current]] | + | {{#ask: [[Category:Functions]] [[parent::Decoder||Object (Français)]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
| format=template | | format=template | ||
Line 25: | Line 25: | ||
| ?PrettyDeprecated | | ?PrettyDeprecated | ||
}} | }} | ||
+ | |||
== Supertypes == | == Supertypes == | ||
* [[parent::Object (Français)]] | * [[parent::Object (Français)]] |
Revision as of 23:30, 29 October 2019
Un objet qui peut décoder un fichier sonore progressivement.
Constructeurs
love.sound.newDecoder | Attempts to find a decoder for the encoded sound data in the specified file. |
Fonctions
Decoder:clone | Create new copy of existing decoder. | 11.3 | |
Decoder:decode | Decodes a chunk of audio data to a SoundData. | 11.0 | |
Decoder:getBitDepth | Returns the number of bits per sample. | 0.9.0 | |
Decoder:getBits | Returns the number of bits per sample. | 0.9.0 | |
Decoder:getChannelCount | Returns the number of channels in the stream. | 11.0 | |
Decoder:getChannels | Returns the number of channels in the stream. | 11.0 | |
Decoder:getDuration | Gets the duration of the sound file. | 0.10.0 | |
Decoder:getSampleRate | Returns the sample rate of the Decoder. | ||
Decoder:seek | Sets the currently playing position of the Decoder. | 11.0 |
Supertypes
Voir également
Autres langues
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