Difference between revisions of "SoundData:getSampleRate"

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

Latest revision as of 17:56, 25 March 2011

Returns the sample rate of the SoundData.

Function

Synopsis

rate = SoundData:getSampleRate( )

Arguments

None.

Returns

number rate
Number of samples per second.

See Also


Other Languages