Difference between revisions of "SourceType"

m
Line 5: Line 5:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 +
* [[Source]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Types of audio sources.}}
 
{{#set:Description=Types of audio sources.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|SourceType}}
 
{{i18n|SourceType}}

Revision as of 09:37, 11 January 2011

Types of audio sources.

Constants

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

See Also

Other Languages