Returns the sample rate of the Decoder.
== Function ==
=== Synopsis ===
<source lang="lua">
rate = Decoder:getSampleRate( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|rate|Number of samples per second.}}
== See Also ==
* [[parent::Decoder]]
[[Category:Functions]]
{{#set:Description=Returns the sample rate of the Decoder.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Decoder:getSampleRate}}