Difference between revisions of "SoundData:getBits"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the number of bits per sample.}}
 
{{#set:Description=Returns the number of bits per sample.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|SoundData:getBits}}
 
{{i18n|SoundData:getBits}}

Revision as of 17:55, 25 March 2011

Returns the number of bits per sample.

Function

Synopsis

bitSize = SoundData:getBits( )

Arguments

None.

Returns

number bitSize
Either 8, or 16.

See Also


Other Languages