Difference between revisions of "SoundData:getBits"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Returns the number of bits per sample.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::SoundData]]
 
* [[parent::SoundData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Returns the number of bits per sample.}}

Revision as of 16:17, 14 February 2010

Returns the number of bits per sample.

Function

Synopsis

bitSize = SoundData:getBits( )

Arguments

None.

Returns

number bitSize
Either 8, or 16.

See Also