{{newin|[[0.9.0]]|090|type=function}}
Returns the number of samples per channel of the SoundData.
== Function ==
=== Synopsis ===
<source lang="lua">
count = SoundData:getSampleCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|count|Total number of samples.}}
== See Also ==
* [[parent::SoundData]]
[[Category:Functions]]
{{#set:Description=Returns the sample count of the SoundData.}}
== Other Languages ==
{{i18n|SoundData:getSampleCount}}