Difference between revisions of "Decoder"

Line 1: Line 1:
 
An object which can gradually decode a sound file.
 
An object which can gradually decode a sound file.
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::Decoder]]
+
{{#ask: [[Category:Functions]] [[parent::Decoder||Object]] [[Since::<071]]
| headers=hide
 
| ?Description
 
}}
 
{{#ask: [[Category:Functions]] [[parent::Object]]
 
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
Line 15: Line 11:
 
[[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.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Decoder}}
 
{{i18n|Decoder}}

Revision as of 17:55, 25 March 2011

An object which can gradually decode a sound file.

Functions

Decoder:getBitsReturns the number of bits per sample.
Decoder:getChannelsReturns the number of channels in the stream.
Decoder:getSampleRateReturns the sample rate of the Decoder.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

Object

See Also


Other Languages