Difference between revisions of "Decoder"
m (1 revision: Importing from potato (again).) |
m |
||
Line 1: | Line 1: | ||
− | |||
An object which can gradually decode a sound file. | An object which can gradually decode a sound file. | ||
== Functions == | == Functions == | ||
Line 10: | Line 9: | ||
[[Category:Types]] | [[Category:Types]] | ||
{{#set:Description=An object which can gradually decode a sound file.}} | {{#set:Description=An object which can gradually decode a sound file.}} | ||
+ | |||
+ | == Other Languages == | ||
+ | {{i18n|Decoder}} |
Revision as of 20:37, 18 November 2010
An object which can gradually decode a sound file.
Functions
Decoder:clone | Create new copy of existing decoder. |
Decoder:decode | Decodes a chunk of audio data to a SoundData. |
Decoder:getBitDepth | Returns the number of bits per sample. |
Decoder:getBits | Returns the number of bits per sample. |
Decoder:getChannelCount | Returns the number of channels in the stream. |
Decoder:getChannels | Returns the number of channels in the stream. |
Decoder:getDuration | Gets the duration of the sound file. |
Decoder:getSampleRate | Returns the sample rate of the Decoder. |
Decoder:seek | Sets the currently playing position of the Decoder. |
See Also
Other Languages
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