Difference between revisions of "Decoder:getSampleRate"

m (1 revision: Importing from potato (again).)
 
(One intermediate revision by one other user not shown)
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.}}
 +
{{#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