Difference between revisions of "SoundData:getBits"

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

Revision as of 20:36, 18 November 2010

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