VLCConstants.h 804 B

123456789101112131415161718192021
  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"