{{newin|[[0.10.0]]|100|type=function}}
Gets the audio [[Source]] used for playing back the video's audio. May return nil if the video has no audio, or if [[Video:setSource]] is called with a nil argument.
== Function ==
=== Synopsis ===
<source lang="lua">
source = Video:getSource( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Source|source|The audio Source used for audio playback, or nil if the video has no audio.}}
== See Also ==
* [[parent::Video]]
* [[Video:setSource]]
* [[Source]]
[[Category:Functions]]
{{#set:Description=Gets the audio [[Source]] used for playing back the video's audio. }}
== Other Languages ==
{{i18n|Video:getSource}}