Difference between revisions of "Decoder:getSampleRate"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Returns the sample rate of the Decoder.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
* [[parent::Decoder]]
 
* [[parent::Decoder]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns the sample rate of the Decoder.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Decoder:getSampleRate}}

Latest revision as of 17:55, 25 March 2011

Returns the sample rate of the Decoder.

Function

Synopsis

rate = Decoder:getSampleRate( )

Arguments

None.

Returns

number rate
Number of samples per second.

See Also


Other Languages