Difference between revisions of "SourceType"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Types of audio sources.
 
== Constants ==
 
== Constants ==
 
;static: Decode the entire sound at once.
 
;static: Decode the entire sound at once.
Line 7: Line 7:
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=}}
+
{{#set:Description=Types of audio sources.}}

Revision as of 16:17, 14 February 2010

Types of audio sources.

Constants

static
Decode the entire sound at once.
stream
Stream the sound; decoded it gradually.

See Also