Difference between revisions of "Decoder:getSampleRate"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Returns the sample rate of the Decoder.
 
Returns the sample rate of the Decoder.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the sample rate of the Decoder.}}
 
{{#set:Description=Returns the sample rate of the Decoder.}}
 +
== Other Languages ==
 +
{{i18n|Decoder:getSampleRate}}

Revision as of 20:37, 18 November 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

Other Languages