Difference between revisions of "SourceType"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Types of audio sources.
 
Types of audio sources.
 
== Constants ==
 
== Constants ==
 
;static: Decode the entire sound at once.
 
;static: Decode the entire sound at once.
;stream: Stream the sound; decoded it gradually.
+
;stream: Stream the sound; decode it gradually.
 
== See Also ==
 
== See Also ==
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Types of audio sources.}}
 
{{#set:Description=Types of audio sources.}}

Revision as of 18:26, 30 March 2010

Types of audio sources.

Constants

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

See Also