Difference between revisions of "SoundData:getSampleCount"

(Created page with "{{newin|0.9.0|090|type=function}} Returns the sample count of the SoundData. == Function == === Synopsis === <source lang="lua"> count = SoundData:getSampleCount( ) </source>...")
(No difference)

Revision as of 14:33, 9 April 2013

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Returns the sample count of the SoundData.

Function

Synopsis

count = SoundData:getSampleCount( )

Arguments

None.

Returns

number count
Total number of samples.

See Also

Other Languages