/Snippets/audio_getDuration.tmSnippet
http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 5f6674c2d7f63ff178230efa2552088c MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>content</key>
- <string>audio.getDuration( ${1:audioHandle} )</string>
- <key>name</key>
- <string>audio.getDuration</string>
- <key>tabTrigger</key>
- <string>audio.getDuration</string>
- <key>uuid</key>
- <string>7E51D8A2-030D-430C-BBBE-EDB2FCE39304</string>
- </dict>
- </plist>