VLCConstants.h 1.2 KB

12345678910111213141516171819202122232425
  1. //
  2. // VLCConstants.h
  3. // VLC for iOS
  4. //
  5. // Created by Felix Paul Kühne on 20.05.13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. #define kVLCVersionCodename @"Aspen"
  9. #define kVLCSettingPasscodeKey @"Passcode"
  10. #define kVLCSettingPasscodeOnKey @"PasscodeProtection"
  11. #define kVLCSettingContinueAudioInBackgroundKey @"BackgroundAudioPlayback"
  12. #define kVLCSettingStretchAudio @"StretchAudio"
  13. #define kVLCSettingStretchAudioOnValue @"--audio-time-stretch"
  14. #define kVLCSettingStretchAudioOffValue @"--no-audio-time-stretch"
  15. #define kVLCSettingVerboseOutput @"VerboseLogs"
  16. #define kVLCSettingVerboseOutputOnValue @"--verbose=3"
  17. #define kVLCSettingVerboseOutputOffValue @"--verbose=0"
  18. #define kVLCSettingTextEncoding @"subsdec-encoding"
  19. #define kVLCSettingTextEncodingDefaultValue @"Windows-1252"
  20. #define kSupportedFileExtensions @"\\.(3gp|3gp|3gp2|3gpp|amv|asf|avi|axv|divx|dv|flv|f4v|gvi|gxf|m1v|m2p|m2t|m2ts|m2v|m4v|mks|mkv|moov|mov|mp2v|mp4|mpeg|mpeg1|mpeg2|mpeg4|mpg|mpv|mt2s|mts|mxf|nsv|nuv|oga|ogg|ogm|ogv|ogx|spx|ps|qt|rar|rec|rm|rmvb|tod|ts|tts|vob|vro|webm|wm|wmv|wtv|xesc)$"
  21. #define kSupportedSubtitleFileExtensions @"\\.(cdg|idx|srt|sub|utf|ass|ssa|aqt|jss|psb|rt|smi|txt|smil)$"