/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>content</key>
  6. <string>audio.getDuration( ${1:audioHandle} )</string>
  7. <key>name</key>
  8. <string>audio.getDuration</string>
  9. <key>tabTrigger</key>
  10. <string>audio.getDuration</string>
  11. <key>uuid</key>
  12. <string>7E51D8A2-030D-430C-BBBE-EDB2FCE39304</string>
  13. </dict>
  14. </plist>