Difference between revisions of "Decoder"
m (1 revision: Imported docs from potato.) |
|
(No difference)
|
Revision as of 15:54, 14 February 2010
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. |