Difference between revisions of "Decoder:getSampleRate"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Returns the sample rate of the Decoder.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Decoder]]
 
* [[parent::Decoder]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns the sample rate of the Decoder.}}

Revision as of 16:17, 14 February 2010

Returns the sample rate of the Decoder.

Function

Synopsis

rate = Decoder:getSampleRate( )

Arguments

None.

Returns

number rate
Number of samples per second.

See Also