Difference between revisions of "SoundData:getSampleRate"

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

Revision as of 20:36, 18 November 2010

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